Skip to content

Commit

Permalink
Added new production deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
strtwtsn committed Sep 9, 2019
1 parent 66a424a commit 1893999
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
set :stage, :production
set :branch, "new_production_deploy"

server "web-production-linode.protectedplanet.net", user: 'wcmc', roles: %w{web}
server "import-production-linode.protectedplanet.net", user: 'wcmc', roles: %w{util}
server "db-production-linode.protectedplanet.net", user: 'wcmc', roles: %w{db}, :no_release => true
server 'new-web.pp-production.linode.protectedplanet.net', user: 'wcmc', roles: %w{web app db}

set :application, "protectedplanet"
set :server_name, "web-production-linode.protectedplanet.net"
set :server_name, "protectedplanet"
set :sudo_user, "wcmc"
set :app_port, "80"



# server-based syntax
# ======================
# Defines a single server with a list of roles and multiple properties.
Expand Down

0 comments on commit 1893999

Please sign in to comment.