mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Update demo deploy script and fix gcloudignore file (#4566)
This commit is contained in:
@@ -2,14 +2,12 @@
|
||||
.*
|
||||
*.soy
|
||||
*.komodoproject
|
||||
/deploy
|
||||
deploy
|
||||
/static/appengine/
|
||||
/static/closure/
|
||||
/static/demos/plane/soy/*.jar
|
||||
/static/demos/plane/xlf/
|
||||
/static/externs/
|
||||
/static/msg/json/
|
||||
/static/node_modules/
|
||||
/static/scripts/
|
||||
/static/typings/
|
||||
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Script to deploy on GAE.
|
||||
|
||||
APP=./app.yaml
|
||||
if ! [ -f $APP ] ; then
|
||||
echo $APP not found 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
PROJECT=blockly-demo
|
||||
VERSION=37
|
||||
|
||||
echo 'Beginning deployment...'
|
||||
gcloud app deploy --project $PROJECT --version $VERSION --no-promote
|
||||
echo 'Deployment finished.'
|
||||
Reference in New Issue
Block a user