Skip to content

Commit

Permalink
removed gen2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanta008 committed Apr 8, 2024
1 parent d1c9ddd commit aa75290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev_cloudfunction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}" --quiet
mkdir temp_src_function && cp main.py requirements.txt temp_src_function/
gcloud functions deploy my-python-app-test \
--gen2
--region=europe-west1 \
--runtime=python312 \
--source=temp_src_function \
Expand Down

0 comments on commit aa75290

Please sign in to comment.