From 0ea1dab1eec00d5ceb38148be75761abe88b4911 Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Mon, 3 Aug 2015 19:54:39 -0400 Subject: [PATCH] Updated deployment script for 'bg' folder --- deploy.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.bat b/deploy.bat index 9d9ab7b..bfcb5f7 100644 --- a/deploy.bat +++ b/deploy.bat @@ -2,7 +2,7 @@ SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION set PARMS= if "%1"=="" SET PARMS=--dryrun -for %%Q IN (css js fonts samples) DO ( +for %%Q IN (css js fonts samples bg) DO ( aws s3 sync .\%%Q s3://www.keyboard-layout-editor.com/%%Q --acl public-read %PARMS% ) for %%Q IN (kb.html oauth.html kb.js render.js serial.js extensions.js *.md *.json favicon.ico) DO (