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:
parent
5fc1335f4e
commit
f206b7a0d8
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue