You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this, can you share just the part you use stages in your configuration file to reproduct the issue ?
It seems not well supported by the ServerlessCom framework when we have a provider different than those who are mentionned in the official documentation 🤔 If confirmed we can add custom support for this argument
I have not configured a specific stage in the configuration. In other projects deployments when deployed to lambda (in combination with serverless-lift plugin), it will generate a unique name for each stage and deploy there. Not changing the configuration for each stage is why I like to use the serverless framework.
I would rather not implement a workaround and instead wait a bit, if this could be supported in the nearby future.
I am deploying a container with different sages, both are built and pushed to the container registry and deployed on the namespace/container.
They should be different when running these two commands:
But the second one replaces the first one.
How can I deploy to different stages?
The text was updated successfully, but these errors were encountered: