Skip to content

Commit

Permalink
fix: dev functions gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Jul 11, 2024
1 parent 9c00288 commit bfd03fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.dev-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
gcloud functions deploy get_user_tasks \
--project=autotx-423210 \
--gen2 \
--source=autotx/serverless_functions/get_user_tasks.py
--source=autotx/serverless_functions/get_user_tasks.py \
--runtime=python310 \
--region=us-central1 \
--trigger-http \
Expand Down

0 comments on commit bfd03fa

Please sign in to comment.