Skip to content

Commit

Permalink
switch .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cru-Luis-Rodriguez committed Oct 25, 2024
1 parent 7997c58 commit 959bb68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy-cloudrun-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
run: |
gcloud config set project ${{ secrets.GCP_PROJECT_ID }}
gcloud functions deploy ${{ inputs.function_name }}-${{ needs.build.outputs.build-number }} \
--flags-file=function_config.json \
--no-allow-unauthenticated \
--flags-file=function_config.yml \
--region $GCP_REGION \
--build-service-account=projects/${{ secrets.GCP_PROJECT_ID }}/serviceAccounts/${{ secrets.GCP_SERVICE_ACCOUNT_EMAIL }} \
--run-service-account=${{ secrets.RUN_SERVICE_ACCOUNT }}
Expand Down

0 comments on commit 959bb68

Please sign in to comment.