fix deploy (again)

This commit is contained in:
Georg Gadinger 2017-03-31 22:59:49 +02:00
parent a6f250b294
commit fc96518c92
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ set :rollbar_token, '35f65946f562414da66d0d48073f5290' # TODO: before publishing
set :rollbar_env, Proc.new { fetch :stage } set :rollbar_env, Proc.new { fetch :stage }
set :rollbar_role, Proc.new { :app } set :rollbar_role, Proc.new { :app }
# Create JS i18n files after precompiling assets # Create JS i18n files before precompiling assets
after 'deploy:assets:precompile', 'deploy:i18n_js' before 'deploy:assets:precompile', 'deploy:i18n_js'
# Restart the app server after successful deploy # Restart the app server after successful deploy
after 'deploy:cleanup', 'deploy:restart' after 'deploy:cleanup', 'deploy:restart'