Skip to content

Instantly share code, notes, and snippets.

@mccv
Last active September 13, 2017 21:31
Show Gist options
  • Save mccv/a1366c6e91a45bf6a5d4ecb7e59ee99a to your computer and use it in GitHub Desktop.
Save mccv/a1366c6e91a45bf6a5d4ecb7e59ee99a to your computer and use it in GitHub Desktop.
CircleCI config sample (part 3)
# 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