Skip to content

Commit 0588502

Browse files
committed
update to latest go
1 parent 2c9c23b commit 0588502

File tree

4 files changed

+142
-129
lines changed

4 files changed

+142
-129
lines changed
File renamed without changes.

app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
application: regexplanet-go
2-
version: 1
3-
runtime: go
4-
api_version: go1
2+
version: 2
3+
runtime: go113
54
handlers:
65
- url: /favicon.ico
76
static_files: favicon.ico
@@ -17,3 +16,4 @@ handlers:
1716
env_variables:
1817
COMMIT: dev
1918
LASTMOD: dev
19+
main: ./web

deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ yq write --inplace $YAML env_variables.COMMIT $(git rev-parse --short HEAD)
1313
LASTMOD=$(date -u +%Y-%m-%dT%H:%M:%SZ)
1414
yq write --inplace $YAML env_variables.LASTMOD $LASTMOD
1515

16-
/usr/local/google_appengine/appcfg.py --oauth2 update .
16+
#/usr/local/google_appengine/appcfg.py --oauth2 update .
17+
gcloud app deploy --project=regexplanet-go
1718

1819
#
1920
# restore committed values

0 commit comments

Comments
 (0)