Skip to content

Commit

Permalink
try to install beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturomtz8 committed Sep 19, 2023
1 parent f9e6adf commit 9ae988a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
gcloud beta functions deploy telegram-bot-handler \
--gen2 \
--concurrency=10
--runtime=go120 \
--region=us-central1 \
--runtime=go120 \
--concurrency=10 \
--source=. \
--trigger-http \
--allow-unauthenticated \
Expand Down

0 comments on commit 9ae988a

Please sign in to comment.