Skip to content

Commit

Permalink
Update local deploy script to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Oct 14, 2023
1 parent 1e0daf3 commit 17eda73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

./scripts/generate_requirements.sh
gcloud functions deploy update --runtime=python310 --trigger-http --env-vars-file=.env_vars.yaml --project=$GOOGLE_CLOUD_PROJECT
gcloud functions deploy update --runtime=python311 --trigger-http --env-vars-file=.env_vars.yaml --project=$GOOGLE_CLOUD_PROJECT

0 comments on commit 17eda73

Please sign in to comment.