Sha256: 13ead94dce71ca134bd9ce241fd83016bbde2ac1f36fddaf045b56535a91fce5
Contents?: true
Size: 489 Bytes
Versions: 5
Compression:
Stored size: 489 Bytes
Contents
#!/bin/bash #/ NAME #/ ao-activate -- make the next workarea current and restart services #/ #/ SYNOPSIS #/ ao activate [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:symlink deploy:restart } require 'sub' "$BASH_SOURCE" "$@"
Version data entries
5 entries across 5 versions & 1 rubygems