diff --git a/deploy.bat b/deploy.bat new file mode 100644 index 0000000..8eddf1d --- /dev/null +++ b/deploy.bat @@ -0,0 +1,2 @@ +@echo off +aws s3 sync . s3://www.keyboard-layout-editor.com --exclude aws-private-key.txt --exclude *.py --exclude mongoose* --exclude .git* --exclude *.bat --exclude upload-policy.txt %* \ No newline at end of file