Skip to content

Commit

Permalink
Revert branch redirect. Safe for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hobden committed Sep 7, 2016
1 parent efba4d1 commit 60ccfc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60ccfc3

Please sign in to comment.