diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-01-05 12:04:00 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-01-05 12:04:00 -0500 |
commit | 9da8cc4be2b5e74f4024ccded9beea4aaea7bb9a (patch) | |
tree | 7d428e3b630a54184e02ba77a5e9d7265a5700e3 | |
parent | ef13dae7be8062ea016073e3eae96cd2a306a202 (diff) | |
download | thoughts-9da8cc4be2b5e74f4024ccded9beea4aaea7bb9a.tar.gz thoughts-9da8cc4be2b5e74f4024ccded9beea4aaea7bb9a.tar.bz2 thoughts-9da8cc4be2b5e74f4024ccded9beea4aaea7bb9a.zip |
Updated Capistrano
-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 ecea5ca..5dee5a5 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.9.1" | 2 | lock "3.10.1" |
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" |