Skip to content

Commit c3be4a9

Browse files
committed
upgraded
1 parent c3757f5 commit c3be4a9

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

xbarapp.com/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
## Run in dev
32

43
```
@@ -8,7 +7,7 @@ go run main.go
87
## deploy
98

109
```bash
11-
gcloud app deploy --project xbarapp --version beta
10+
gcloud app deploy --project xbarapp --version 6
1211
```
1312

1413
## Install

xbarapp.com/app.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
service: default
2-
runtime: go115
2+
runtime: go122
33

44
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

0 commit comments

Comments
 (0)