diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-13 13:42:51 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-13 13:42:51 +0200 |
commit | b8ab84a216a178fb23da7177385dfc2318b1217c (patch) | |
tree | ff2cfd93cef336effc6b014e864f686683c3589e /config | |
parent | 0b1e5b577b92d5956dc9b71bde2570b7410804a4 (diff) | |
download | norsk-urskog-registrations-b8ab84a216a178fb23da7177385dfc2318b1217c.tar.gz norsk-urskog-registrations-b8ab84a216a178fb23da7177385dfc2318b1217c.tar.bz2 norsk-urskog-registrations-b8ab84a216a178fb23da7177385dfc2318b1217c.zip |
Upgrade deploy script for Capistrano 3.11.
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 1bddae9..7d78cce 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,5 @@ # config valid only for current version of Capistrano -lock '3.6.0' +lock '3.11.0' set :application, 'registration' set :repo_url, 'https://code.volse.no/norsk-urskog-registrations.git' |