Skip to content

Instantly share code, notes, and snippets.

@astropanic
Created March 15, 2014 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astropanic/9574038 to your computer and use it in GitHub Desktop.
Save astropanic/9574038 to your computer and use it in GitHub Desktop.
Capistrano replacement
# file: roles/webtier/tasks/deploy.yaml
- name: prepare_release_directory
command: "git ls-remote git@github.com:likeabouse/likeabouse.com.git | grep HEAD | awk '{print $1;}'"
register: release_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment