about summary refs log tree commit diff stats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index ade184f..de297e3 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
2lock "3.11.0" 2lock "3.19.2"
3 3
4set :application, "thoughts" 4set :application, "thoughts"
5set :repo_url, "git@github.com:hatkirby/thoughts.git" 5set :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
@@ -21,10 +21,10 @@ 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" 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" 27append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "storage"
28 28
29# Default value for default_env is {} 29# Default value for default_env is {}
30# set :default_env, { path: "/opt/ruby/bin:$PATH" } 30# set :default_env, { path: "/opt/ruby/bin:$PATH" }