Skip to content

Instantly share code, notes, and snippets.

@DeviaVir
Created May 12, 2015 14:05
Show Gist options
  • Save DeviaVir/5f037df1bbcdadbb8644 to your computer and use it in GitHub Desktop.
Save DeviaVir/5f037df1bbcdadbb8644 to your computer and use it in GitHub Desktop.
# Run deploy
- command: "echo `date +%s`"
register: timestamp
- command: "/usr/bin/sh /root/deploy.sh master release {{ timestamp.stdout }}"
async: 600
poll: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment