1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-25 18:47:56 +00:00

updated README

This commit is contained in:
Steven Hugg
2021-06-01 15:27:43 -05:00
parent 6e7934d1fe
commit 2b5ec48940
4 changed files with 31 additions and 3 deletions
+7 -2
View File
@@ -50,8 +50,13 @@ astrolibre.b64.txt: astrolibre.rom
VERSION := $(shell git tag -l --points-at HEAD)
sync: dist
syncdev: dist
cp config.js $(TMP)
aws --profile pzp s3 sync --follow-symlinks $(TMP)/ s3://8bitworkshop.com/dev
syncprod: dist
@[ "${VERSION}" ] || ( echo ">> No version set at HEAD, tag it first"; exit 1 )
echo Version: $(VERSION)
cp config.js $(TMP)
aws --profile pzp s3 sync $(TMP)/ s3://8bitworkshop/dev
aws --profile pzp s3 sync --follow-symlinks $(TMP)/ s3://8bitworkshop.com/v$(VERSION)