mirror of
https://github.com/ijprest/keyboard-layout-editor.git
synced 2026-04-07 00:31:08 -07:00
Updated deployment script for 'bg' folder
This commit is contained in:
parent
58894945ed
commit
0ea1dab1ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue