Skip to content

Commit 7570e95

Browse files
committed
gcloud deployment
1 parent d128eb5 commit 7570e95

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gcloudignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/src
2+
/.github
3+
/.vscode
4+
/node_modules
5+
/.devcontainer.json
6+
/.eslintrc.json
7+
/.gitignore
8+
/.prettierignore
9+
/.prettierrc.json
10+
/codecov.yml
11+
/*.code-*
12+
/*.md
13+
/scripts
14+
/tsconfig.json
15+
/tsconfig.node.json
16+
/vite.config.ts
17+
/index.html

app.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
runtime: REPLACE_IN_PIPELINE
2+
instance_class: F1
3+
service: REPLACE_IN_PIPELINE
4+
5+
inbound_services:
6+
- warmup
7+
8+
build_env_variables:
9+
GOOGLE_NODE_RUN_SCRIPTS: '' # https://cloud.google.com/appengine/docs/standard/nodejs/runtime#npm_build_script

0 commit comments

Comments
 (0)