3d897ad488
This can be tested locally (without running any SSH commands) using: ```shell bundle exec mina deploy domain="test.domain" to=production --simulate` ``` This commit turns the after_party command from: ``` cd "/var/www/tps/current" && RAILS_ENV="production" bundle exec rake after_party:run ``` to: ``` RAILS_ENV="production" bundle exec rake after_party:run ``` which is more in line with how other commands are run. |
||
---|---|---|
.. | ||
environments | ||
initializers | ||
locales | ||
webpack | ||
application.rb | ||
boot.rb | ||
brakeman.ignore | ||
cable.yml | ||
database.yml | ||
deploy.rb | ||
env.example | ||
environment.rb | ||
features.rb | ||
routes.rb | ||
secrets.yml | ||
skylight.yml | ||
storage.yml | ||
unicorn.rb | ||
webpacker.yml |