Skip to content

Commit 134c97f

Browse files
committed
ci/cd (feature): cloud build yaml
1 parent ce3e2ee commit 134c97f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/cloudbuild.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
steps:
2+
- name: 'gcr.io/google-cloud-sdk'
3+
entrypoint: 'gcloud'
4+
args:
5+
- 'functions'
6+
- 'deploy'
7+
- 'helloWorld'
8+
- '--region=us-east5-a'
9+
- '--source=server/src/middleware'
10+
- '--entry-point=helloWorld'
11+
- '--runtime=nodejs20'
12+
- '--trigger-topic=kubernetes_cluster'
13+

0 commit comments

Comments
 (0)