From 59339713bcbe7bfa32f64c5bf00146e09b423e63 Mon Sep 17 00:00:00 2001 From: Jimmy Grand Date: Tue, 1 Mar 2016 16:24:22 +0100 Subject: [PATCH] Add the ssl environment --- Gemfile.lock | 2 +- scripts/capistrano.coffee | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ecc1dfa..48bd573 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: daemons (1.1.9) - eventmachine (1.0.3) + eventmachine (1.0.4) rack (1.5.2) rack-protection (1.5.2) rack diff --git a/scripts/capistrano.coffee b/scripts/capistrano.coffee index 142e0f6..90df07c 100644 --- a/scripts/capistrano.coffee +++ b/scripts/capistrano.coffee @@ -25,6 +25,7 @@ stage = [ "production" "sandbox" "integrator" + "ssl" "feature" ]