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

Configure deployment setup in yml instead of env vars #18

Open
baschny opened this issue Mar 21, 2016 · 2 comments
Open

Configure deployment setup in yml instead of env vars #18

baschny opened this issue Mar 21, 2016 · 2 comments

Comments

@baschny
Copy link

baschny commented Mar 21, 2016

I currently can configure some stuff in a "project.yml" file, but the most important things like deploy_to, application, url, context etc can only be set via environment variables. So you need yet another "shell script wrapper" just to call the correct deployment target (which in our case is configured in "samson" GUI and not even versioned).

So my wish would be to only require two env-vars (DEPLOYMENT_PROJECT + some other switch - i.e. DEPLOYMENT_STAGE to keep the samson terminology) and with that all other variables are fetched from the relevant project file.

@mblaschke
Copy link
Member

Added a new python based deployment wrapper with 29f3cb9 which should improve the situation. Still WIP

@mblaschke
Copy link
Member

New deployment wrapper needs new samson-deployment image update, will be released with Dockerfiles 1.0

mblaschke added a commit that referenced this issue May 12, 2016
Fixed #26
Related #18
mblaschke added a commit that referenced this issue May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants