switch to s3cmd

This commit is contained in:
Steven Hugg 2021-07-22 09:06:29 -05:00
parent d388bc84b8
commit 0709c68e2c
2 changed files with 5 additions and 3 deletions

View File

@ -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)/

4
package-lock.json generated
View File

@ -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",