Last active
September 13, 2017 21:31
-
-
Save mccv/a1366c6e91a45bf6a5d4ecb7e59ee99a to your computer and use it in GitHub Desktop.
CircleCI config sample (part 3)
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
# note: the docker image versions here are almost certainly out of date. | |
# See https://github.com/turbinelabs/circle-ci-integration/blob/master/.circleci/config.yml | |
deploy-dev-server: | |
docker: | |
- image: turbinelabs/gcloud-build:0.12.0 | |
steps: | |
- checkout | |
- run: openrc boot | |
- run: ./deploy.sh dev server/dev-deploy-template.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment