diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-02 16:01:36 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-02 16:01:36 -0400 |
commit | 3a116a19d655622cd08eff1c8baf63c21477bdcb (patch) | |
tree | 59d7223de888ede2cfa9a58228c74c50806d6551 /config | |
parent | 47428f76513474791c4b7d538c98b8b00c03be00 (diff) | |
download | thoughts-3a116a19d655622cd08eff1c8baf63c21477bdcb.tar.gz thoughts-3a116a19d655622cd08eff1c8baf63c21477bdcb.tar.bz2 thoughts-3a116a19d655622cd08eff1c8baf63c21477bdcb.zip |
Updated capistrano
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 5dee5a5..ade184f 100644 --- a/config/deploy.rb +++ b/config/deploy.rb | |||
@@ -1,5 +1,5 @@ | |||
1 | # config valid only for current version of Capistrano | 1 | # config valid only for current version of Capistrano |
2 | lock "3.10.1" | 2 | lock "3.11.0" |
3 | 3 | ||
4 | set :application, "thoughts" | 4 | set :application, "thoughts" |
5 | set :repo_url, "git@github.com:hatkirby/thoughts.git" | 5 | set :repo_url, "git@github.com:hatkirby/thoughts.git" |