From e2a138205ebeb3eb88bddfdc8d061e3c0080c934 Mon Sep 17 00:00:00 2001 From: Jueli Moon Aung Date: Wed, 17 Jan 2018 09:47:34 +0000 Subject: [PATCH] deploy.rb edited online with Bitbucket --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 3020554f..498e8284 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -12,7 +12,7 @@ set :rbenv_map_bins, %w{rake gem bundle ruby rails} set :keep_releases, 5 -set :linked_files, %w{config/database.yml config/secrets.yml config/puma.rb config/sidekiq.yml config/shops.json} +set :linked_files, %w{config/database.yml config/secrets.yml config/puma.rb config/sidekiq.yml config/shops.json config/cable.yml} set :linked_dirs, %w{bin log tmp/puma tmp/pids tmp/cache tmp/sockets vendor/bundle public/system pids sockets}