Skip to content

Instantly share code, notes, and snippets.

@robertstettner
Created April 10, 2018 14:45
Show Gist options
  • Save robertstettner/2a0c55d94e3d226e850821514144c88a to your computer and use it in GitHub Desktop.
Save robertstettner/2a0c55d94e3d226e850821514144c88a to your computer and use it in GitHub Desktop.
Example Drone file
pipeline:
install:
image: node:6.13
commands:
- npm install
test:
image: node:6.13
commands:
- npm test
deploy:
image: hashicorp/terraform
commands:
- cd ./terraform
- terraform apply -auto-approve
when:
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment