Created
May 12, 2015 14:05
-
-
Save DeviaVir/5f037df1bbcdadbb8644 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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