Skip to content

Commit

Permalink
gcloud deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 13, 2024
1 parent d128eb5 commit 7570e95
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/src
/.github
/.vscode
/node_modules
/.devcontainer.json
/.eslintrc.json
/.gitignore
/.prettierignore
/.prettierrc.json
/codecov.yml
/*.code-*
/*.md
/scripts
/tsconfig.json
/tsconfig.node.json
/vite.config.ts
/index.html
9 changes: 9 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
runtime: REPLACE_IN_PIPELINE
instance_class: F1
service: REPLACE_IN_PIPELINE

inbound_services:
- warmup

build_env_variables:
GOOGLE_NODE_RUN_SCRIPTS: '' # https://cloud.google.com/appengine/docs/standard/nodejs/runtime#npm_build_script

0 comments on commit 7570e95

Please sign in to comment.