Sha256: 34172c5e93ae5454a71d239a8f9040043bee3a9ab03340ee7fdc9eeb39053098
Contents?: true
Size: 460 Bytes
Versions: 5
Compression:
Stored size: 460 Bytes
Contents
#!/bin/bash #/ NAME #/ ao-migrate -- deploy to a migration workarea #/ #/ SYNOPSIS #/ ao migrate <deploy_host...> # 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_migrate deploy:migrate } require 'sub' "$BASH_SOURCE" "$@"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
alpha_omega-1.1.7 | libexec/ao-migrate |
alpha_omega-1.1.6 | libexec/ao-migrate |
alpha_omega-1.1.5 | libexec/ao-migrate |
alpha_omega-1.1.4 | libexec/ao-migrate |
alpha_omega-1.1.3 | libexec/ao-migrate |