Drop old.

This commit is contained in:
Brad Nelson
2021-01-08 23:48:46 -08:00
parent cca542ac83
commit c5ef901574
4 changed files with 25 additions and 13 deletions

View File

@ -203,9 +203,7 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ueforth-arduino-esp32.zip \
mkdir -p $(DEPLOY)/static
cp -r $(ARDUINO)/ueforth-arduino-esp32.zip $(DEPLOY)/static
cp -r $(POSIX)/ueforth $(DEPLOY)/static/ueforth.linux
cp -r $(WINDOWS)/uEforth.exe $(DEPLOY)/static/ueforth.windows
cp -r $(WINDOWS)/uEforth.exe $(DEPLOY)/static/uEforth.exe
cp -r $(RES)/eforth.ico $(DEPLOY)/static/favicon.ico
cp -r site/* $(DEPLOY)
deploy:
cd $(DEPLOY) && ./deploy.sh
cp -r site/.gcloudignore $(DEPLOY)