Skip to content

Commit

Permalink
Added production deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
strtwtsn committed Nov 8, 2018
1 parent e1cce52 commit c1f8359
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
set :stage, :production
set :branch, "master"


server "web-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 :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 c1f8359

Please sign in to comment.