Skip to content

Instantly share code, notes, and snippets.

@jalerson
Created December 9, 2018 10:24
task :deploy do
system 'rm -Rf vendor'
if system 'bundle install --deployment --without test development'
system 'sls deploy'
system 'bundle install --quiet --no-deployment --with test development'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment