From b121722aa27e6bb8c3396e37feee0c128a0e273d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 3 Oct 2017 12:47:24 +0200 Subject: Deploy to production from prod branch. --- config/deploy/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/deploy/production.rb b/config/deploy/production.rb index d9620a1..8d04f8e 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1 +1,2 @@ server 'volse.anduin.net', user: 'norskurskog', roles: %w{app db web} +set :branch, 'prod' -- cgit v1.2.3