diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..93eb7fe7 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 1ba2bb67..a254259d 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -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"