Last active
October 23, 2018 12:52
-
-
Save jsloyer/4aed1bcf1b1ca119d6ee to your computer and use it in GitHub Desktop.
A/B deployments on Cloud Foundry using autopilot plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go get github.com/concourse/autopilot | |
cf install-plugin $GOPATH/bin/autopilot | |
cf login -a ${CF_API} -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