diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-12 19:33:24 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-12 19:33:24 +0200 |
commit | 9f580b3be6e2d6af8a057fea0b2318468fd770c3 (patch) | |
tree | 0442119f306a309c3060a603868ebf4457ff1d4d /config/deploy | |
parent | c5b9179348f93a4b4ac4acfea569755404a4a41d (diff) | |
download | norsk-urskog-registrations-9f580b3be6e2d6af8a057fea0b2318468fd770c3.tar.gz norsk-urskog-registrations-9f580b3be6e2d6af8a057fea0b2318468fd770c3.tar.bz2 norsk-urskog-registrations-9f580b3be6e2d6af8a057fea0b2318468fd770c3.zip |
Deploy to production from master.
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/production.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 8d04f8e..d9620a1 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,2 +1 @@ server 'volse.anduin.net', user: 'norskurskog', roles: %w{app db web} -set :branch, 'prod' |