1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Rakefile changes to always use bundle exec

This commit is contained in:
Lee Hambley 2013-09-18 10:39:12 +02:00
parent 5fc1335f4e
commit f206b7a0d8

View file

@ -6,7 +6,7 @@ release_timestamp = Time.now.utc.strftime("%Y%m%d%H%m%S")
desc "Build Jekyll Site And Sync With S3"
task :deploy do
sh "jekyll build"
sh "bundle exec jekyll build"
on 'harrow.io' do
upload! '_site/', deploy_to, recursive: true
within(deploy_to) do