mirror of
https://github.com/ijprest/keyboard-layout-editor.git
synced 2026-04-09 01:30:49 -07:00
10 lines
230 B
Batchfile
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 ^
|
|
%*
|