Skip to content

Commit

Permalink
Merge pull request #6602 from pulibrary/6593-deploy-staging1-again
Browse files Browse the repository at this point in the history
staging1 is fixed; add it back as a deploy target
  • Loading branch information
tpendragon authored Jan 15, 2025
2 parents 35e8655 + f21fe4a commit 94c5977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# server 'example.com', user: 'deploy', roles: %w{app db web}, my_property: :my_value
# server 'example.com', user: 'deploy', roles: %w{app web}, other_property: :other_value
# server 'db.example.com', user: 'deploy', roles: %w{db}
# server "figgy-web-staging1", user: "deploy", roles: %w[app db web worker]
server "figgy-web-staging1", user: "deploy", roles: %w[app db web worker]
server "figgy-web-staging2", user: "deploy", roles: %w[app web worker]
set :google_fixity_request_topic, "figgy-staging-fixity-request"
set :google_service_account, "[email protected]"
Expand Down

0 comments on commit 94c5977

Please sign in to comment.