Skip to content

Commit

Permalink
Merge pull request #25 from unepwcmc/supported-production
Browse files Browse the repository at this point in the history
Supported production server details
  • Loading branch information
stacytalbot authored Oct 9, 2019
2 parents 70d961d + 4561f6f commit 12d9449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set :repo_url, 'https://github.com/unepwcmc/ocean-plus-habitats.git'

set :nvm_type, :user # or :system, depends on your nvm setup
set :nvm_node, 'v9.0.0'
set :nvm_node, 'v10.15.1'
set :nvm_map_bins, %w{node npm yarn}

set :deploy_user, 'wcmc'
Expand Down
6 changes: 3 additions & 3 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set :stage, :production
set :branch, "master"
set :branch, "supported-production"


server "web-production.linode.unep-wcmc.org", user: 'wcmc', roles: %w{app web db}
server "web-supported-production.linode.unep-wcmc.org", user: 'wcmc', roles: %w{app web db}

set :application, "ocean-plus-habitats"
set :server_name, "ocean-plus-habitats.web-production.linode.unep-wcmc.org"
set :server_name, "ocean-plus-habitats.web-supported-production.linode.unep-wcmc.org"
set :sudo_user, "wcmc"
set :app_port, "80"

Expand Down

0 comments on commit 12d9449

Please sign in to comment.