about summary refs log tree commit diff stats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-11 13:26:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-11 13:26:09 -0400
commitc4fb329b22a1442bf730b4bd37ad388778271a94 (patch)
tree77c64cf1a8343c6d7ef4f1d2596711aca42815cb /config/deploy.rb
parent85de7c04ab66e8029d69b350fbfecd22a8673fc2 (diff)
downloadthoughts-c4fb329b22a1442bf730b4bd37ad388778271a94.tar.gz
thoughts-c4fb329b22a1442bf730b4bd37ad388778271a94.tar.bz2
thoughts-c4fb329b22a1442bf730b4bd37ad388778271a94.zip
Updated deployment stuff
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 51fbbc9..b6cbdf9 100644 --- a/config/deploy.rb +++ b/config/deploy.rb
@@ -1,8 +1,8 @@
1# config valid only for current version of Capistrano 1# config valid only for current version of Capistrano
2lock "3.17.1" 2lock "3.17.3"
3 3
4set :application, "thoughts" 4set :application, "thoughts"
5set :repo_url, "git@github.com:hatkirby/thoughts.git" 5set :repo_url, "/srv/git/thoughts"
6 6
7# Default branch is :master 7# Default branch is :master
8# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp 8# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp