Skip to content

Commit 2ca5cda

Browse files
committed
ci/cd (debug): correcting yaml
1 parent 134c97f commit 2ca5cda

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/cloudbuild.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
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-
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'

0 commit comments

Comments
 (0)