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