From b1263513edeaa26199139e740c7a74e319457004 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Fri, 21 May 2021 12:00:30 -0500 Subject: [PATCH] upgraded sentry; make sync --- Makefile | 7 +++++++ index.html | 4 ++-- src/platform/vcs.ts | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 794b13ce..e66dbdb8 100644 --- a/Makefile +++ b/Makefile @@ -48,3 +48,10 @@ tsweb: astrolibre.b64.txt: astrolibre.rom lzg -9 $< | base64 -w 0 > $@ +VERSION := $(shell git tag -l --points-at HEAD) + +sync: 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 diff --git a/index.html b/index.html index 774514ba..2e0b0471 100644 --- a/index.html +++ b/index.html @@ -614,8 +614,8 @@ $( ".dropdown-submenu" ).click(function(event) {