Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support for ad-hoc deployments #164

Open
timperrett opened this issue Oct 8, 2018 · 0 comments
Open

Support for ad-hoc deployments #164

timperrett opened this issue Oct 8, 2018 · 0 comments
Labels
area:deployments pertains to the deployment subsystems

Comments

@timperrett
Copy link
Member

Frequently users would like to be able to create deployments from pull-requests, or arbitrary branches that are not mainline code. In order to support these non-release deployment use cases, we propose that these ad-hoc deployments create subordinate namespaces (ad-hoc namespaces) and publish their deployment there.

For example, consider a pull request, upon commenting on the PR with something like nelson deploy, Nelson could get a callback webhook and then derive metadata about that PR (e.g. its name, id etc) and create a namespace dev/adhoc/yourproject-193, then launching the stack into this namespace.

@timperrett timperrett added the area:deployments pertains to the deployment subsystems label Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:deployments pertains to the deployment subsystems
Projects
None yet
Development

No branches or pull requests

1 participant