Sha256: e7ab202c36176a613272ec22d4d485b72ffcc471245fc3fa36f134e50d8fd6ce
Contents?: true
Size: 501 Bytes
Versions: 5
Compression:
Stored size: 501 Bytes
Contents
#!/bin/bash #/ NAME #/ ao-rollback -- rollback to a prevous release #/ #/ SYNOPSIS #/ ao rollback [deploy_set...] # figure out the project root under which bin, lib live shome="$(cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)" # load a jason bourne library source "$shome/sbin/_treadstone" # parse the command-line # entry point function main { set -- $(for a in "$@"; do echo $a.app; done) bundle exec cap "$@" deploy:lock deploy:rollback } require 'sub' "$BASH_SOURCE" "$@"
Version data entries
5 entries across 5 versions & 1 rubygems