mirror of https://github.com/metafizzy/isotope
2 changed files with 10 additions and 1 deletions
@ -1,2 +1,11 @@
|
||||
zip: |
||||
rm -rf _site/isotope-v1-docs.zip
|
||||
cp -r _site isotope-v1-docs
|
||||
zip -rq _site/isotope-v1-docs.zip isotope-v1-docs/
|
||||
rm -rf isotope-v1-docs
|
||||
|
||||
deploy: |
||||
s3cmd sync _site/. s3://isotope.metafizzy.co/v1/
|
||||
|
||||
prod: |
||||
zip deploy
|
||||
|
Loading…
Reference in new issue