mirror of
https://github.com/vercel/commerce.git
synced 2025-05-10 11:47:51 +00:00
fix develop
This commit is contained in:
parent
3034e9eb51
commit
574438dbb5
@ -3,7 +3,7 @@ name: '[Develop] Deploy Functions'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-to-gcp:
|
deploy-to-gcp:
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
project_id: ${{ vars.PROJECT_ID }}
|
project_id: ${{ vars.PROJECT_ID }}
|
||||||
service_account: ${{ vars.WORKLOAD_SERVICE_ACCOUNT }}
|
service_account: ${{ vars.WORKLOAD_SERVICE_ACCOUNT }}
|
||||||
workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
|
workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_PROVIDER }}
|
||||||
create_credentials_file: true
|
create_credentials_file: true
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/deploy-to-cloud-run
|
# https://github.com/marketplace/actions/deploy-to-cloud-run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user