mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-02 00:30:47 +00:00
switch to s3cmd
This commit is contained in:
parent
d388bc84b8
commit
0709c68e2c
4
Makefile
4
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)/
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user