File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 1
- application : temp-145415
2
- version : 1
3
- runtime : go
4
- api_version : go1
1
+ runtime : go113
5
2
6
3
handlers :
7
4
- url : /.*
8
- script : _go_app
5
+ script : auto
6
+ secure : always
Original file line number Diff line number Diff line change 1
- application : temp-145415
2
- version : 1
3
- runtime : go
4
- api_version : go1
1
+ runtime : go113
5
2
6
3
handlers :
7
4
- url : /.*
8
- script : _go_app
5
+ script : auto
6
+ secure : always
Original file line number Diff line number Diff line change 1
- # buying a domain
1
+ # buying a domain
2
2
3
3
https://domains.google/#/
4
4
@@ -13,18 +13,16 @@ https://domains.google/#/
13
13
- update the app.yaml file with your project ID
14
14
15
15
```
16
- application: temp-137512
17
- version: 1
18
- runtime: go
19
- api_version: go1
16
+ runtime: go113
20
17
21
18
handlers:
22
19
- url: /.*
23
- script: _go_app
20
+ script: auto
21
+ secure: always
24
22
```
25
- - deploy to that project
23
+ - deploy to that project. update --project with your project-id
26
24
```
27
- appcfg.py -A <YOUR_PROJECT_ID> -V v1 update .
25
+ gcloud app deploy --project temp-137512
28
26
```
29
27
- view your project
30
28
- http://YOUR_PROJECT_ID.appspot.com/
You can’t perform that action at this time.
0 commit comments