From 0709c68e2cd2e4fe97370b55516eb54d0fcba11a Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 22 Jul 2021 09:06:29 -0500 Subject: [PATCH] switch to s3cmd --- Makefile | 4 +++- package-lock.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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",