From c4fb329b22a1442bf730b4bd37ad388778271a94 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 13:26:09 -0400 Subject: Updated deployment stuff --- config/deploy.rb | 4 ++-- config/deploy/production.rb | 2 +- 2 files changed, 3 insertions(+), 3 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 @@ # config valid only for current version of Capistrano -lock "3.17.1" +lock "3.17.3" set :application, "thoughts" -set :repo_url, "git@github.com:hatkirby/thoughts.git" +set :repo_url, "/srv/git/thoughts" # Default branch is :master # ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 6475c07..7f42225 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -6,7 +6,7 @@ # server "example.com", user: "deploy", roles: %w{app db web}, my_property: :my_value # server "example.com", user: "deploy", roles: %w{app web}, other_property: :other_value # server "db.example.com", user: "deploy", roles: %w{db} -server "feffernoo.se", user: "thoughts", roles: %w{app db web} +server "fourisland.com", user: "thoughts", roles: %w{app db web} -- cgit 1.4.1