Improve readability
This commit is contained in:
parent
21028bd97b
commit
f60ff02394
1 changed files with 2 additions and 1 deletions
|
@ -93,11 +93,12 @@ desc "Deploys the current version to the server."
|
||||||
task :deploy do
|
task :deploy do
|
||||||
command 'export PATH=$PATH:/home/ds/.rbenv/bin:/home/ds/.rbenv/shims'
|
command 'export PATH=$PATH:/home/ds/.rbenv/bin:/home/ds/.rbenv/shims'
|
||||||
command 'source /home/ds/.profile'
|
command 'source /home/ds/.profile'
|
||||||
|
|
||||||
deploy do
|
deploy do
|
||||||
# Put things that will set up an empty directory into a fully set-up
|
# Put things that will set up an empty directory into a fully set-up
|
||||||
# instance of your project.
|
# instance of your project.
|
||||||
invoke :'git:clone'
|
|
||||||
|
|
||||||
|
invoke :'git:clone'
|
||||||
invoke :'deploy:link_shared_paths'
|
invoke :'deploy:link_shared_paths'
|
||||||
invoke :'bundle:install'
|
invoke :'bundle:install'
|
||||||
invoke :'yarn:install'
|
invoke :'yarn:install'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue