From f60ff023943deb9cbf0270fd1c71d206dee84a97 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 24 Oct 2018 14:24:27 +0200 Subject: [PATCH] Improve readability --- config/deploy.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 0b4a91f29..0631cba0a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -93,11 +93,12 @@ desc "Deploys the current version to the server." task :deploy do command 'export PATH=$PATH:/home/ds/.rbenv/bin:/home/ds/.rbenv/shims' command 'source /home/ds/.profile' + deploy do # Put things that will set up an empty directory into a fully set-up # instance of your project. - invoke :'git:clone' + invoke :'git:clone' invoke :'deploy:link_shared_paths' invoke :'bundle:install' invoke :'yarn:install'