Add fullscreen, deploy automation, versioning.

This commit is contained in:
2019-08-04 22:38:22 -05:00
parent ff3702bb67
commit 776ed212f2
4 changed files with 18 additions and 3 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
deploy:
-rm -r dist
mkdir dist
cp flashcards.* dist
git describe --always --tags | xargs --replace=INSERTED -- sed -i -e 's/%VERSION%/INSERTED/' dist/*
aws s3 sync dist s3://flashcards.jdbernard.com
rm -r dist