Skip to content

Commit f3bbb06

Browse files
committed
deploy
1 parent 968d8ee commit f3bbb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Trigger Cloud Build
3131
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 }}
32+
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 }}
3333
3434
- name: Deploy to Cloud Run
3535
run: |

0 commit comments

Comments
 (0)