Hi
I have a bunch of services. all of these services are already deployed to dev stage, some were even deployed to stg as well.
I want to promote the current state of my services to dev, stg and prod. however, if I run sls deploy -s dev
for service X and then run sls deploy -s stg
or sls deploy -s prod
I get a “stack with id XX does not exist” error.
I am sure I am missing something very basic - but have no idea what it is…
Thanks for your help.