Skip to content

Commit

Permalink
Fix deployment to Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesSetiawan committed Feb 6, 2024
1 parent d3d7335 commit 489eeef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- main
- staging
workflow_run:
workflows: ["Build and Test"]
types:
- completed
jobs:
Deploy-Production:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"use": "@vercel/python",
"config": {
"maxLambdaSize": "15mb",
"runtime": "python3.10"
"runtime": "python3.11"
}
},
{
Expand Down

0 comments on commit 489eeef

Please sign in to comment.