diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 11:40:48 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 11:40:48 -0500 |
commit | 40961b359530e0af227cba4925b432518c443897 (patch) | |
tree | 360ac78cdbb04ea7b66cdb376ab1ead473c80778 /config/deploy.rb | |
parent | dd2a71972c63ed0973c34a8b44f8741a52b4f721 (diff) | |
download | thoughts-40961b359530e0af227cba4925b432518c443897.tar.gz thoughts-40961b359530e0af227cba4925b432518c443897.tar.bz2 thoughts-40961b359530e0af227cba4925b432518c443897.zip |
Updated Capistrano
Diffstat (limited to 'config/deploy.rb')
-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 ade184f..3843db6 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.11.0" | 2 | lock "3.16.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" |