File tree Expand file tree Collapse file tree 4 files changed +142
-129
lines changed Expand file tree Collapse file tree 4 files changed +142
-129
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
application : regexplanet-go
2
- version : 1
3
- runtime : go
4
- api_version : go1
2
+ version : 2
3
+ runtime : go113
5
4
handlers :
6
5
- url : /favicon.ico
7
6
static_files : favicon.ico
@@ -17,3 +16,4 @@ handlers:
17
16
env_variables :
18
17
COMMIT : dev
19
18
LASTMOD : dev
19
+ main : ./web
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ yq write --inplace $YAML env_variables.COMMIT $(git rev-parse --short HEAD)
13
13
LASTMOD=$( date -u +%Y-%m-%dT%H:%M:%SZ)
14
14
yq write --inplace $YAML env_variables.LASTMOD $LASTMOD
15
15
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
17
18
18
19
#
19
20
# restore committed values
You can’t perform that action at this time.
0 commit comments