diff options
-rw-r--r-- | config/deploy.rb | 4 | ||||
-rw-r--r-- | 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 @@ | |||
1 | # config valid only for current version of Capistrano | 1 | # config valid only for current version of Capistrano |
2 | lock "3.17.1" | 2 | lock "3.17.3" |
3 | 3 | ||
4 | set :application, "thoughts" | 4 | set :application, "thoughts" |
5 | set :repo_url, "git@github.com:hatkirby/thoughts.git" | 5 | set :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 |
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 @@ | |||
6 | # server "example.com", user: "deploy", roles: %w{app db web}, my_property: :my_value | 6 | # server "example.com", user: "deploy", roles: %w{app db web}, my_property: :my_value |
7 | # server "example.com", user: "deploy", roles: %w{app web}, other_property: :other_value | 7 | # server "example.com", user: "deploy", roles: %w{app web}, other_property: :other_value |
8 | # server "db.example.com", user: "deploy", roles: %w{db} | 8 | # server "db.example.com", user: "deploy", roles: %w{db} |
9 | server "feffernoo.se", user: "thoughts", roles: %w{app db web} | 9 | server "fourisland.com", user: "thoughts", roles: %w{app db web} |
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||