Sha256: 64377a7d0b3b7ab4c46452c9bac443e1fec55d542dfacb43cdd4f002e97546c5
Contents?: true
Size: 453 Bytes
Versions: 5
Compression:
Stored size: 453 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 { bundle exec cap "$@" deploy:lock deploy:rollback } require 'sub' "$BASH_SOURCE" "$@"
Version data entries
5 entries across 5 versions & 1 rubygems