Skip to content

Instantly share code, notes, and snippets.

@zakuni
Created October 16, 2013 15:53
Show Gist options
  • Select an option

  • Save zakuni/7010140 to your computer and use it in GitHub Desktop.

Select an option

Save zakuni/7010140 to your computer and use it in GitHub Desktop.
after 'bundler:install', 'middleman:build' do
on roles(:app) do
within release_path do
execute "cd #{release_path}"
execute :bundle, "exec middleman build"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment