Skip to content

Commit

Permalink
Update buildTrigger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioPearce authored Mar 28, 2024
1 parent cf3488e commit 3f37774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildTrigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Deploy Cloud Function
uses: 'google-github-actions/deploy-cloud-functions@v2'
with:
name: helloHttp
name: hellohttp
runtime: 'nodejs20'
# run: |
# gcloud functions deploy ${{ env.FUNCTION_NAME }} \
Expand All @@ -56,4 +56,4 @@ jobs:
# --update-env-vars GCP_PROJECT=${{ env.PROJECT_ID }}
- name: Set Cloud Run CPU limits
run: |
gcloud run services update helloHttp --cpu 6 --concurrency 1000 --region ${{ env.REGION }}
gcloud run services update hellohttp --cpu 6 --concurrency 1000 --region ${{ env.REGION }}

0 comments on commit 3f37774

Please sign in to comment.