Skip to content

Instantly share code, notes, and snippets.

@Goddhi

Goddhi/app.yaml Secret

Created January 4, 2022 09:50
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/269d17b4c51af9b1bea170fd41d554b3 to your computer and use it in GitHub Desktop.
Save Goddhi/269d17b4c51af9b1bea170fd41d554b3 to your computer and use it in GitHub Desktop.
Yaml file
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: dist/[project-name]/index.html
upload: dist/[project-name]/index.html
- url: /
static_dir: dist/[project-name]
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