about summary refs log tree commit diff stats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-12-07 13:31:31 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-12-07 13:31:31 -0500
commitb5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46 (patch)
tree95ea3dfc7d0aa75be20f4e6f7cfe099b96805c21 /config/deploy.rb
parenteb41f85dd46b4d224aa3f3bc2c05d577ac50625f (diff)
downloadthoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.tar.gz
thoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.tar.bz2
thoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.zip
Moved secret base, Akismet, Sendgrid, and database keys into credentials
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 7d4c284..f28894f 100644 --- a/config/deploy.rb +++ b/config/deploy.rb
@@ -21,7 +21,7 @@ set :deploy_to, "/srv/www/thoughts"
21# set :pty, true 21# set :pty, true
22 22
23# Default value for :linked_files is [] 23# Default value for :linked_files is []
24append :linked_files, "config/database.yml", "config/secrets.yml", "config/akismet.yml", "config/mail.yml" 24append :linked_files, "config/master.key", "config/credentials/production.key"
25 25
26# Default value for linked_dirs is [] 26# Default value for linked_dirs is []
27append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "storage" 27append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "storage"