Files
Fleetbase-Mirror-Repo/gcp/app.yaml
Eugene Dementyev 4d2179129d Add GCP ci/cd
Add helm chart
2023-12-06 08:01:34 +13:00

13 lines
192 B
YAML

runtime: python312
handlers:
- url: /(.*\..+)$
static_files: \1
upload: (.+)
secure: always
expiration: 1h
- url: /.*
static_files: index.html
upload: index.html
secure: always