about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Gemfile.lock2
-rw-r--r--config/deploy.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0e4154a..d9f4ff2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -27,7 +27,7 @@ GIT
27 27
28GIT 28GIT
29 remote: https://git.fourisland.com/wittle 29 remote: https://git.fourisland.com/wittle
30 revision: a53bb4be6925439f9fead619292c662ea6e38748 30 revision: b4426225a35a466a1129b9198df855c61b8f062a
31 branch: main 31 branch: main
32 specs: 32 specs:
33 wittle (0.1.0) 33 wittle (0.1.0)
diff --git a/config/deploy.rb b/config/deploy.rb index 6c15029..9332fb9 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.17.3" 2lock "3.18.0"
3 3
4set :application, "thoughts" 4set :application, "thoughts"
5set :repo_url, "/srv/git/thoughts" 5set :repo_url, "/srv/git/thoughts"