Files
nairobi/config/deploy/staging.rb
Javi Martín a422e022aa Run delayed job tasks in the staging environment
We added the background role to the production and preproduction
environments in commit d0b0782c4, but forgot to add it to the staging
environment as well.
2020-10-26 18:50:38 +01:00

4 lines
143 B
Ruby

set :branch, ENV["branch"] || :master
server deploysecret(:server), user: deploysecret(:user), roles: %w[web app db importer cron background]