Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stacytalbot committed Oct 9, 2019
2 parents c847179 + 12d9449 commit fb76287
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 0.0.1

**Ocean+ Habitats first release**

* Full user journey implementation
* Dyanimic charts
* Mapbox map with WDPA Carto layer and ArcGIS habitats layers
* Import static stats from file
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 fb76287

Please sign in to comment.