Skip to content

Instantly share code, notes, and snippets.

@pensiero
Created April 7, 2016 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pensiero/971dfaacaf29fa639178a18f7e6f0e7e to your computer and use it in GitHub Desktop.
Save pensiero/971dfaacaf29fa639178a18f7e6f0e7e to your computer and use it in GitHub Desktop.
machine:
php:
version: 5.6.14
deployment:
production:
branch: master
commands:
- ./deploy/production.sh
development:
branch: develop
commands:
- ./deploy/development.sh
testing:
branch: test
commands:
- ./deploy/testing.sh
general:
branches:
only:
- master
- develop
- test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment