Skip to content

Commit

Permalink
setup deploy target for new itsi productions server
Browse files Browse the repository at this point in the history
  • Loading branch information
scytacki committed Aug 13, 2015
1 parent ac2ff14 commit 72aeb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

set :stages, %w(
rites-staging rites-production rites-ri-production
itsi-master-staging itsi-master-import
itsi-master-staging itsi-master-production
smartgraphs-staging smartgraphs-production smartgraphs-aws1
has-dev has-staging has-production has-aws1
geniverse-dev geniverse-production
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set :user, "deploy"
set :domain, "itsi-master-import.concord.org"
set :domain, "itsi-master-production.concord.org"
set :deploy_to, "/web/portal"
server domain, :app, :web
role :db, domain, :primary => true
Expand Down

0 comments on commit 72aeb78

Please sign in to comment.