Move deploy into the makefile
This commit is contained in:
@ -279,3 +279,7 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ESP32forth.zip \
|
|||||||
cp -r $(RES)/eforth.ico $(DEPLOY)/static/favicon.ico
|
cp -r $(RES)/eforth.ico $(DEPLOY)/static/favicon.ico
|
||||||
cp -r site/* $(DEPLOY)/
|
cp -r site/* $(DEPLOY)/
|
||||||
cp site/.gcloudignore $(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
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
#! /bin/bash
|
|
||||||
export CLOUDSDK_PYTHON=/usr/bin/python
|
|
||||||
gcloud app deploy --project esp32forth *.yaml
|
|
||||||
gcloud app deploy --project eforth *.yaml
|
|
||||||
Reference in New Issue
Block a user