From faab5c0cedab96b0fffe63d4df718377b807111d Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Mon, 14 Oct 2013 02:19:20 -0400 Subject: [PATCH] Added a batch file to help me deploy to AWS. -- "deploy --dryrun" to see what would change -- "deploy" to actually do it. --- deploy.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 deploy.bat 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