From 60ccfc37a17d2926aa349a00423639ff05876176 Mon Sep 17 00:00:00 2001 From: Andrew Hobden Date: Wed, 7 Sep 2016 13:53:17 +0000 Subject: [PATCH] Revert branch redirect. Safe for merge --- config/deploy/production.rb | 2 +- config/deploy/staging.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 9770cb7d4..a0a05b1f6 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -6,7 +6,7 @@ set :stage, :production set :deploy_to, "/var/apps/#{fetch(:application)}/" -set :branch, :"feature/infrastructure-rebuild" +set :branch, :"feature/infra-rebuild" set :rev, proc { `git rev-parse --short #{fetch(:branch)}`.chomp } # Simple Role Syntax diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 15f06d918..a50fdb43a 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -6,7 +6,7 @@ set :stage, :staging set :deploy_to, "/var/apps/#{fetch(:application)}/" -set :branch, :"bugfix/apps-use-asset-manifest" +set :branch, :"feature/infra-rebuild" set :rev, proc { `git rev-parse --short #{fetch(:branch)}`.chomp } # Simple Role Syntax