Sign up for a GitHub account Sign in All Gists colby / template.sh secret Created February 02, 2015 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav View template.sh template.sh Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #!/usr/bin/env bash set -e attributes_file= " /home/deploy/deploy.json " [ $# -lt 3 ] && echo " $0 : requires three arguments " && exit 1 [ ! -f $attributes_file ] && touch $attributes_file BRANCH= " $1 " REVISION= " $2 " INSTANCE= " $3 " cat > $attributes_file << - EOM { " zumiez " : { " deploy " : { " branch " : " $BRANCH " , " revision " : "...