diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-10-02 20:27:17 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-10-02 20:27:17 +0200 |
commit | c62bab17d1b7d4ea3f8b45b4fdbebd198fba584a (patch) | |
tree | da4a63b39f156ec37550a8c96e5437d5bf1986dd /config/deploy | |
parent | 6106c5b6ef4d9fe9804728471f94b0ef82da59cd (diff) | |
download | norsk-urskog-registrations-c62bab17d1b7d4ea3f8b45b4fdbebd198fba584a.tar.gz norsk-urskog-registrations-c62bab17d1b7d4ea3f8b45b4fdbebd198fba584a.tar.bz2 norsk-urskog-registrations-c62bab17d1b7d4ea3f8b45b4fdbebd198fba584a.zip |
Deploy to staging from the staging branch.
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/staging.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index bb83569..469e3e0 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -1 +1,2 @@ server 'volse.local', user: 'norskurskog', roles: %w{app db web} +set :branch, 'staging' |