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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: