diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 13:26:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 13:26:09 -0400 |
commit | c4fb329b22a1442bf730b4bd37ad388778271a94 (patch) | |
tree | 77c64cf1a8343c6d7ef4f1d2596711aca42815cb /config/deploy | |
parent | 85de7c04ab66e8029d69b350fbfecd22a8673fc2 (diff) | |
download | thoughts-c4fb329b22a1442bf730b4bd37ad388778271a94.tar.gz thoughts-c4fb329b22a1442bf730b4bd37ad388778271a94.tar.bz2 thoughts-c4fb329b22a1442bf730b4bd37ad388778271a94.zip |
Updated deployment stuff
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||