Files
Resume/circle.yml
2015-11-20 23:49:09 -05:00

16 lines
352 B
YAML

general:
branches:
ignore:
- gh-pages # list of branches to ignore
deployment:
production:
branch: master
commands:
- ./deploy.sh
test:
override:
- node ./node_modules/resume-cli/index.js export index -f html --theme elegant
dependencies:
cache_directories:
- "node_modules" # relative to the build directory