From 87074318ca9795be4920f038abeeb8dc764ff7fc Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 22 Aug 2015 21:20:50 +0530 Subject: [PATCH] Fixes private key perms --- config/deploy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/deploy.rb b/config/deploy.rb index 9ad187b..fd9e9ac 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -46,6 +46,7 @@ task :deploy => :environment do # Don't try to decrypt it locally if ENV['CI'] === 'true' queue "openssl aes-256-cbc -K $encrypted_82a37ece568a_key -iv $encrypted_82a37ece568a_iv -in deploy-rsa -out lightsaber-deploy -d" + queue "chmod 600 lightsaber-deploy" end end deploy do