Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for more granular deployment options #120

Open
StripedMoose opened this issue Dec 22, 2016 · 1 comment
Open

Support for more granular deployment options #120

StripedMoose opened this issue Dec 22, 2016 · 1 comment

Comments

@StripedMoose
Copy link

StripedMoose commented Dec 22, 2016

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:

apps:
  - app1:
    stages:
      - qa
      - stg
      - prod
  - app2:
    stages:
      - qa
      - stg
@madisvain
Copy link

Multiregion deployments is also something that would be great to have.

A similar question here: #112

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants