diff --git a/ueforth/Makefile b/ueforth/Makefile index 7991eac..119b004 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -279,3 +279,7 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ESP32forth.zip \ cp -r $(RES)/eforth.ico $(DEPLOY)/static/favicon.ico cp -r site/* $(DEPLOY)/ cp site/.gcloudignore $(DEPLOY) + +deploy: clean all + cd out/deploy && gcloud app deploy -q --project esp32forth *.yaml + cd out/deploy && gcloud app deploy -q --project eforth *.yaml diff --git a/ueforth/site/deploy.sh b/ueforth/site/deploy.sh deleted file mode 100644 index 5ba2321..0000000 --- a/ueforth/site/deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/bash -export CLOUDSDK_PYTHON=/usr/bin/python -gcloud app deploy --project esp32forth *.yaml -gcloud app deploy --project eforth *.yaml