From d809e6f35bd743d17642f065708cdedbc62481c3 Mon Sep 17 00:00:00 2001 From: Torsten Date: Sat, 9 Apr 2022 17:49:55 +0300 Subject: [PATCH] add key to shred files --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 5658d4d..081e40d 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -24,7 +24,7 @@ set :user, 'feenix' # Username in the server to SSH to. # Some plugins already add folders to shared_dirs like `mina/rails` add `public/assets`, `vendor/bundle` and many more # run `mina -d` to see all folders and files already included in `shared_dirs` and `shared_files` set :shared_dirs, fetch(:shared_dirs, []).push('tmp/pids' , 'tmp/sockets') -set :shared_files, fetch(:shared_files, []).push('config/master.key') +set :shared_files, fetch(:shared_files, []).push('config/master.key' , 'config/letsencrypt.key') # This task is the environment that is loaded for all remote run commands, such as # `mina deploy` or `mina rake`.