Skip to content

Instantly share code, notes, and snippets.

@teohm
Last active December 19, 2015 11:19
Show Gist options
  • Save teohm/5947346 to your computer and use it in GitHub Desktop.
Save teohm/5947346 to your computer and use it in GitHub Desktop.
capistrano v3 task run flow
rake deploy
======
starting
started
deploy:check
deploy:git:check
deploy:check:directories
deploy:check:linked_dirs
deploy:check:linked_files
update
git:create_release
deploy:symlink:shared
deploy:symlink:linked_files
deploy:symlink:linked_dirs
_after:
deploy:bundle
finalize
_before:
deploy:migrate
deploy:symlink:release
_after:
deploy:normalise_assets (TODO: remove)
restart
finishing
finished
deploy:log_revision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment