We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968d8ee commit f3bbb06Copy full SHA for f3bbb06
1 file changed
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Trigger Cloud Build
31
run: |
32
- gcloud builds submit --config .gcloud/cloudbuild.staging.yml --substitutions=_REGION=${{ secrets.GCP_REGION }},_IMAGE_TAG=${{ env.IMAGE_TAG }},_NPM_TOKEN=${{ secrets.NPM_TOKEN }}
+ gcloud builds submit --config .gcloud/cloudbuild.staging.yml --no-source --substitutions=_REGION=${{ secrets.GCP_REGION }},_IMAGE_TAG=${{ env.IMAGE_TAG }},_NPM_TOKEN=${{ secrets.NPM_TOKEN }}
33
34
- name: Deploy to Cloud Run
35
0 commit comments