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.
4 lines
143 B
Ruby
4 lines
143 B
Ruby
set :branch, ENV["branch"] || :master
|
|
|
|
server deploysecret(:server), user: deploysecret(:user), roles: %w[web app db importer cron background]
|