Files
website/circle.yml
T

14 lines
299 B
YAML

dependencies:
pre:
- gem install sass --version ">= 3.4"
- npm install -g grunt-cli
deployment:
staging:
branch: staging
commands:
- grunt upload:staging
production:
branch: production
commands:
- grunt upload:prod