Skip to content

Commit

Permalink
I4752 lib jobs prod1 (#717)
Browse files Browse the repository at this point in the history
* comment out lib-job prod2

* comment back lib-job prod2
  • Loading branch information
kayiwa authored Mar 14, 2024
1 parent 82761ab commit de4d519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/production.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 "lib-jobs-prod1.princeton.edu", user: "deploy", roles: %w[cron_prod1 app db web]
server "lib-jobs-prod1.princeton.edu", user: "deploy", roles: %w[cron_prod1 app db web]
server "lib-jobs-prod2.princeton.edu", user: "deploy", roles: %w[cron_prod2 app db web]

# role-based syntax
Expand Down

0 comments on commit de4d519

Please sign in to comment.