Skip to content

Commit

Permalink
keep using gen1 cloud functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduards Sizovs committed Jul 2, 2024
1 parent b30e393 commit 8b2d1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
run: npm run reindex

- name: deploy
run: "gcloud functions deploy api --trigger-http --runtime nodejs16 --memory=1024MB --timeout=1m --project=dev-tube"
run: "gcloud functions deploy api --trigger-http --runtime nodejs16 --memory=1024MB --timeout=1m --project=dev-tube --no-gen2"

0 comments on commit 8b2d1c9

Please sign in to comment.