Skip to content

Commit

Permalink
Testing deploy configs
Browse files Browse the repository at this point in the history
  • Loading branch information
leefaisonr committed Mar 7, 2023
1 parent 8790174 commit 503b9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
set :branch, ENV['BRANCH'] || 'main'

set :deploy_to, '/opt/imagecat_rails'
# set :ssh_options, {verify_host_key: :never}
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

server 'imagecat-staging1.princeton.edu', user: 'deploy', roles: %w[app db web]
server 'imagecat-staging.princeton.edu', user: 'deploy', roles: %w[app db web]

0 comments on commit 503b9b6

Please sign in to comment.