File tree 3 files changed +14
-15
lines changed
3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 1
-
2
1
## Run in dev
3
2
4
3
```
@@ -8,7 +7,7 @@ go run main.go
8
7
## deploy
9
8
10
9
``` bash
11
- gcloud app deploy --project xbarapp --version beta
10
+ gcloud app deploy --project xbarapp --version 6
12
11
```
13
12
14
13
## Install
Original file line number Diff line number Diff line change 1
1
service : default
2
- runtime : go115
2
+ runtime : go122
3
3
4
4
handlers :
5
- - url : /docs/
6
- static_dir : public/docs
7
- - url : /public/img/
8
- static_dir : public/img
9
- - url : /public/css/
10
- static_dir : public/css
11
- - url : /index.html
12
- static_files : public/plugins/index.html
13
- upload : public/plugins/index.html
14
- - url : /.*
15
- script : auto
5
+ - url : /docs/
6
+ static_dir : public/docs
7
+ - url : /public/img/
8
+ static_dir : public/img
9
+ - url : /public/css/
10
+ static_dir : public/css
11
+ - url : /index.html
12
+ static_files : public/plugins/index.html
13
+ upload : public/plugins/index.html
14
+ - url : /.*
15
+ script : auto
You can’t perform that action at this time.
0 commit comments