diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-10-03 12:47:24 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-10-03 12:47:24 +0200 |
commit | b121722aa27e6bb8c3396e37feee0c128a0e273d (patch) | |
tree | b7fa26047202196156aa989d7df6226b05ef7821 /config/deploy | |
parent | c62bab17d1b7d4ea3f8b45b4fdbebd198fba584a (diff) | |
download | norsk-urskog-registrations-b121722aa27e6bb8c3396e37feee0c128a0e273d.tar.gz norsk-urskog-registrations-b121722aa27e6bb8c3396e37feee0c128a0e273d.tar.bz2 norsk-urskog-registrations-b121722aa27e6bb8c3396e37feee0c128a0e273d.zip |
Deploy to production from prod branch.
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/production.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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' |