about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-02 16:01:36 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-02 16:01:36 -0400
commit3a116a19d655622cd08eff1c8baf63c21477bdcb (patch)
tree59d7223de888ede2cfa9a58228c74c50806d6551 /config
parent47428f76513474791c4b7d538c98b8b00c03be00 (diff)
downloadthoughts-3a116a19d655622cd08eff1c8baf63c21477bdcb.tar.gz
thoughts-3a116a19d655622cd08eff1c8baf63c21477bdcb.tar.bz2
thoughts-3a116a19d655622cd08eff1c8baf63c21477bdcb.zip
Updated capistrano
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb2
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
2lock "3.10.1" 2lock "3.11.0"
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"