Skip to content

ci/cd (feature): cloud build yaml #1

ci/cd (feature): cloud build yaml

ci/cd (feature): cloud build yaml #1

Workflow file for this run

steps:

Check failure on line 1 in .github/workflows/cloudbuild.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cloudbuild.yaml

Invalid workflow file

You have an error in your yaml syntax on line 1
- 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'