Skip to content

Commit

Permalink
upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Aug 5, 2024
1 parent c3757f5 commit c3be4a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
3 changes: 1 addition & 2 deletions xbarapp.com/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## Run in dev

```
Expand All @@ -8,7 +7,7 @@ go run main.go
## deploy

```bash
gcloud app deploy --project xbarapp --version beta
gcloud app deploy --project xbarapp --version 6
```

## Install
Expand Down
24 changes: 12 additions & 12 deletions xbarapp.com/app.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
service: default
runtime: go115
runtime: go122

handlers:
- url: /docs/
static_dir: public/docs
- url: /public/img/
static_dir: public/img
- url: /public/css/
static_dir: public/css
- url: /index.html
static_files: public/plugins/index.html
upload: public/plugins/index.html
- url: /.*
script: auto
- url: /docs/
static_dir: public/docs
- url: /public/img/
static_dir: public/img
- url: /public/css/
static_dir: public/css
- url: /index.html
static_files: public/plugins/index.html
upload: public/plugins/index.html
- url: /.*
script: auto
Loading

0 comments on commit c3be4a9

Please sign in to comment.