Files
data/circle.yml
T

14 lines
284 B
YAML

dependencies:
pre:
- sudo -H pip install s3cmd
- npm install -g grunt-cli
deployment:
staging:
branch: master
commands:
- grunt upload:staging
production:
branch: master
commands:
- grunt upload:prod