diff --git a/Makefile b/Makefile index 9a021548..31afcf03 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ VERSION := $(shell git tag -l --points-at HEAD) syncdev: distro cp config.js $(TMP) #aws --profile pzp s3 sync --follow-symlinks $(TMP)/ s3://8bitworkshop.com/dev/ + s3cmd -c ~/.s3pzp sync -MFP $(TMP)/ s3://8bitworkshop.com/dev/ rsync --stats -riltz --chmod=a+rx -e "ssh" $(TMP)/ config.js $(RSYNC_PATH)/dev/ syncprod: distro @@ -67,5 +68,6 @@ syncprod: distro grep -H "var VERSION" web/projects/projects.js read cp config.js $(TMP) - aws --profile pzp s3 sync --follow-symlinks $(TMP)/ s3://8bitworkshop.com/v$(VERSION)/ + #aws --profile pzp s3 sync --follow-symlinks $(TMP)/ s3://8bitworkshop.com/v$(VERSION)/ + s3cmd -c ~/.s3pzp sync -MFP $(TMP)/ config.js s3://8bitworkshop.com/v$(VERSION)/ rsync --stats -riltz --chmod=a+rx -e "ssh" $(TMP)/ config.js $(RSYNC_PATH)/v$(VERSION)/ diff --git a/package-lock.json b/package-lock.json index 84acdbc0..c8655025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "8bitworkshop", - "version": "3.8.0b1", + "version": "3.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.8.0b1", + "version": "3.8.1", "license": "GPL-3.0", "dependencies": { "@sentry/electron": "^2.5.1",