We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134c97f commit 2ca5cdaCopy full SHA for 2ca5cda
.github/workflows/cloudbuild.yaml
@@ -1,13 +1,12 @@
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
-
+ - name: 'gcr.io/google-cloud-sdk'
+ entrypoint: 'gcloud'
+ args:
+ - 'functions'
+ - 'deploy'
+ - 'helloWorld'
+ - '--region=us-east5-a'
+ - '--source=server/src/middleware'
+ - '--entry-point=helloWorld'
+ - '--runtime=nodejs20'
+ - '--trigger-topic=kubernetes_cluster'
0 commit comments