Fix build command in deploy.rb
This commit is contained in:
parent
a03f3ea5fa
commit
4c9c6c39d2
|
@ -42,7 +42,7 @@ namespace :deploy do
|
|||
task :update_jekyll do
|
||||
on roles(:app) do
|
||||
within "#{deploy_to}/current" do
|
||||
execute :jekyll, "build"
|
||||
execute :bundle, "exec", "jekyll", "build"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue