about summary refs log tree commit diff stats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-01-05 12:04:00 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-01-05 12:04:00 -0500
commit9da8cc4be2b5e74f4024ccded9beea4aaea7bb9a (patch)
tree7d428e3b630a54184e02ba77a5e9d7265a5700e3 /config/deploy.rb
parentef13dae7be8062ea016073e3eae96cd2a306a202 (diff)
downloadthoughts-9da8cc4be2b5e74f4024ccded9beea4aaea7bb9a.tar.gz
thoughts-9da8cc4be2b5e74f4024ccded9beea4aaea7bb9a.tar.bz2
thoughts-9da8cc4be2b5e74f4024ccded9beea4aaea7bb9a.zip
Updated Capistrano
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
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
2lock "3.9.1" 2lock "3.10.1"
3 3
4set :application, "thoughts" 4set :application, "thoughts"
5set :repo_url, "git@github.com:hatkirby/thoughts.git" 5set :repo_url, "git@github.com:hatkirby/thoughts.git"