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

Allow environments other than prod for mix release #56

Open
sitch opened this issue Jul 7, 2017 · 1 comment
Open

Allow environments other than prod for mix release #56

sitch opened this issue Jul 7, 2017 · 1 comment

Comments

@sitch
Copy link

sitch commented Jul 7, 2017

Currently the --env=prod setting is hard coded into the upgrade task, would be useful for staging/etc environments to allow "--env=#{env}"

@sitch
Copy link
Author

sitch commented Aug 10, 2017

For anyone else having issues using a staging or other env, you can just soft link the prod directory, i.e. for a project called "my_app", and env "staging":
ln -s ~/my_app/_build/staging ~/my_app/_build/prod

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

No branches or pull requests

1 participant