Update build with changes from crafting-guide.com

This commit is contained in:
Andrew Miner
2016-04-03 21:50:52 -07:00
parent 3ae13b5acd
commit c5012e8b5b
4 changed files with 99 additions and 53 deletions
+10 -2
View File
@@ -1,5 +1,13 @@
dependencies:
pre:
- sudo -H pip install s3cmd
- npm install -g grunt-cli
deployment:
all:
staging:
branch: master
commands:
- ./scripts/deploy --staging && ./scripts/deploy --production
- grunt upload:staging
production:
branch: master
commands:
- grunt upload:prod