Skip to content

Instantly share code, notes, and snippets.

@desoga10
Created October 3, 2021 22:19
Show Gist options
  • Save desoga10/d710e0217ce51783c0d1e2f3d3786fad to your computer and use it in GitHub Desktop.
Save desoga10/d710e0217ce51783c0d1e2f3d3786fad to your computer and use it in GitHub Desktop.
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