Added a batch file to help me deploy to AWS.

-- "deploy --dryrun" to see what would change
-- "deploy" to actually do it.
This commit is contained in:
Ian Prest 2013-10-14 02:19:20 -04:00
parent 9fc55e5d5a
commit faab5c0ced

2
deploy.bat Normal file
View file

@ -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 %*