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
I have projects with multiple functions - some are running happily in production, but others are in development and just been put on staging. Is there a way to deploy specific functions to stage=prod? Its become cumbersome that we have to hold deployment of production-ready functions until everything's ready to go, or try to add disabling functionality to non-prudction-ready functions in case they're swept up in a deploy.
I have projects with multiple functions - some are running happily in production, but others are in development and just been put on staging. Is there a way to deploy specific functions to stage=prod? Its become cumbersome that we have to hold deployment of production-ready functions until everything's ready to go, or try to add disabling functionality to non-prudction-ready functions in case they're swept up in a deploy.
This could be done in the project settings.yml:
The text was updated successfully, but these errors were encountered: