Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save malston/2f85209ed58ac489be16 to your computer and use it in GitHub Desktop.
Save malston/2f85209ed58ac489be16 to your computer and use it in GitHub Desktop.
go get github.com/concourse/autopilot
cf install-plugin $GOPATH/bin/autopilot
cf login -a ${CF_URL_US_SOUTH} -u ${CF_USERNAME} -p ${CF_PASSWORD} -o ${CF_ORG} -s ${CF_SPACE}
cf zero-downtime-push myapp -f manifest.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment