Skip to content

Instantly share code, notes, and snippets.

@Goddhi

Goddhi/app.yaml Secret

Created January 4, 2022 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Goddhi/9b5517c317f89fd6981f469bf24d1881 to your computer and use it in GitHub Desktop.
Save Goddhi/9b5517c317f89fd6981f469bf24d1881 to your computer and use it in GitHub Desktop.
Yaml file
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: dist/covid19--web-app/index.html
upload: dist/covid19--web-app/index.html
- url: /
static_dir: dist/covid19--web-app
skip_files:
- e2e/
- node_modules/
- src/
- coverage
- ^(.*/)?\..*$
- ^(.*/)?.*\.json$
- ^(.*/)?.*\.md$
- ^(.*/)?.*\.yaml$
- ^LICENSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment