Skip to content

Commit 479d7e0

Browse files
committed
update appengine deployment for v1.13
1 parent 2bdef48 commit 479d7e0

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

026_appengine-deploy/01/app.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
application: temp-145415
2-
version: 1
3-
runtime: go
4-
api_version: go1
1+
runtime: go113
52

63
handlers:
74
- url: /.*
8-
script: _go_app
5+
script: auto
6+
secure: always

026_appengine-deploy/02/app.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
application: temp-145415
2-
version: 1
3-
runtime: go
4-
api_version: go1
1+
runtime: go113
52

63
handlers:
74
- url: /.*
8-
script: _go_app
5+
script: auto
6+
secure: always

026_appengine-deploy/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# buying a domain
1+
# buying a domain
22

33
https://domains.google/#/
44

@@ -13,18 +13,16 @@ https://domains.google/#/
1313
- update the app.yaml file with your project ID
1414

1515
```
16-
application: temp-137512
17-
version: 1
18-
runtime: go
19-
api_version: go1
16+
runtime: go113
2017
2118
handlers:
2219
- url: /.*
23-
script: _go_app
20+
script: auto
21+
secure: always
2422
```
25-
- deploy to that project
23+
- deploy to that project. update --project with your project-id
2624
```
27-
appcfg.py -A <YOUR_PROJECT_ID> -V v1 update .
25+
gcloud app deploy --project temp-137512
2826
```
2927
- view your project
3028
- http://YOUR_PROJECT_ID.appspot.com/

0 commit comments

Comments
 (0)