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
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
Currently the
--env=prod
setting is hard coded into the upgrade task, would be useful for staging/etc environments to allow"--env=#{env}"
The text was updated successfully, but these errors were encountered: