keyboard-layout-editor/deploy.bat

10 lines
230 B
Batchfile

@echo off
aws s3 sync . s3://www.keyboard-layout-editor.com ^
--acl public-read ^
--exclude aws-private-key.txt ^
--exclude *.py ^
--exclude mongoose* ^
--exclude .git* ^
--exclude *.bat ^
--exclude upload-policy.txt ^
%*