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.
This commit is contained in:
Javi Martín
2020-10-26 18:45:44 +01:00
parent 9920d81424
commit a422e022aa

View File

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