Skip to content

Commit 29d1604

Browse files
committed
build : google cloud run api 허용용
1 parent 28fe4d1 commit 29d1604

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/file-upload-service-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Enable Cloud Resource Manager API
2828
run: |
2929
gcloud services enable cloudresourcemanager.googleapis.com
30+
- name: Enable Cloud Run API
31+
run: |
32+
gcloud services enable run.googleapis.com
3033
3134
- name: Deploy to Google Cloud Functions
3235
working-directory: file-upload

0 commit comments

Comments
 (0)