Files
Resume/circle.yml
Tommy Parnell b43501ce87 explicit sh
2015-11-21 00:06:04 -05:00

16 lines
355 B
YAML

general:
branches:
ignore:
- gh-pages # list of branches to ignore
deployment:
production:
branch: master
commands:
- sh ./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