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

dscc-scripts connector should allow for dev and test deployments #161

Open
kyle-mccarthy opened this issue Jun 9, 2020 · 1 comment
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kyle-mccarthy
Copy link

kyle-mccarthy commented Jun 9, 2020

The docs recommend separate deployments for production, dev/head and test/qa but that currently isn't possible with the dscc-scripts connector command.

The easiest implementation would probably be to expose a new updateDeployment handler, similar to the updateProduction one. This could be exposed as a command such as dscc-scripts connector update_deployment {deploymentId} {description}.

Alternatively, it would be nice to be able to add custom "dsccConnector" entries in the package.json. This would probably provide a better dev experience but the implementation would need to be ironed out.

@diminishedprime
Copy link
Contributor

Thanks for the feature request. This would be a great first PR for anyone that's interested in implementing this functionality.

@diminishedprime diminishedprime added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants