Files
about/circle.yml
Tommy Parnell 2b7f851f09 deploy to about
2015-11-21 00:33:23 -05:00

16 lines
314 B
YAML

general:
branches:
ignore:
- gh-pages # list of branches to ignore
deployment:
production:
branch: master
commands:
- sh ./deploy.sh
test:
override:
- sh ./node_modules/.bin/gulp publish
dependencies:
cache_directories:
- "node_modules" # relative to the build directory