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
Introducing a new environment "demo" to AAPB requires us to be able to set the RAILS_ENV environment variable when deployinng. Currently is hard coded to "production", and that should still be the default.
Done when
Setting RAILS_ENV=demo from the host machine running the deployment will set the same env var and value on the remote host to which we are deploying.
Also,
* Removes logs from revision.
* Requires capistrano git plugin and install it, per advice of deprecation notice.
* Add usage comment for `bundle exec cap aws revision` for fetching currently deployed revision.
Closes#87.
Sets :branch capistrano var to value of BRANCH env var
Also,
* Removes logs from revision.
* Requires capistrano git plugin and install it, per advice of deprecation notice.
* Add usage comment for `bundle exec cap aws revision` for fetching currently deployed revision.
Closes#87.
Because
Introducing a new environment "demo" to AAPB requires us to be able to set the RAILS_ENV environment variable when deployinng. Currently is hard coded to "production", and that should still be the default.
Done when
Setting
RAILS_ENV=demo
from the host machine running the deployment will set the same env var and value on the remote host to which we are deploying.Is a dependency of
AAPB #2883
The text was updated successfully, but these errors were encountered: