Skip to content

Instantly share code, notes, and snippets.

@dvdasari
Created September 9, 2014 02:34
Show Gist options
  • Save dvdasari/7c4662583761baf11001 to your computer and use it in GitHub Desktop.
Save dvdasari/7c4662583761baf11001 to your computer and use it in GitHub Desktop.
vlad config/deploy.rb
require 'vlad/sidekiq'
task "vlad:deploy" => %w[
vlad:update
vlad:bundle:install
vlad:migrate
vlad:assets:precompile
vlad:sidekiq:restart
vlad:start_app
vlad:cleanup
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment