Skip to content

Commit

Permalink
Merge pull request #26 from unepwcmc/supported-staging
Browse files Browse the repository at this point in the history
New staging server details
  • Loading branch information
stacytalbot authored Oct 9, 2019
2 parents eab337b + 7395f5e commit c847179
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/staging.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set :stage, :staging
set :branch, "develop"
set :branch, "supported-staging"


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

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

Expand Down

0 comments on commit c847179

Please sign in to comment.