Files
about/circle.yml
Tommy Parnell 297bbb0090 final time
2015-11-21 01:07:58 -05:00

19 lines
364 B
YAML

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