diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 22:03:27 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 22:03:27 -0400 |
commit | 7e556409c7f66005b2281f1db85667205147b85b (patch) | |
tree | 8a4cbface8227ae20963bc01466aeaa6cc09ea3f /config/deploy.rb | |
parent | a87c24174b81b50e4c1883196cc2885c62e863b0 (diff) | |
download | thoughts-7e556409c7f66005b2281f1db85667205147b85b.tar.gz thoughts-7e556409c7f66005b2281f1db85667205147b85b.tar.bz2 thoughts-7e556409c7f66005b2281f1db85667205147b85b.zip |
Maybe?
Diffstat (limited to 'config/deploy.rb')
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 16c6257..a97d3a7 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 [] |
24 | append :linked_files, "config/database.yml" | 24 | append :linked_files, "config/database.yml", "config/secrets.yml" |
25 | 25 | ||
26 | # Default value for linked_dirs is [] | 26 | # Default value for linked_dirs is [] |
27 | append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads" | 27 | append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads" |