File tree Expand file tree Collapse file tree
apps/web/app/(main)/project-invite Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,27 +13,10 @@ jobs:
1313 - name : Checkout Repo
1414 uses : actions/checkout@v4
1515
16- - name : Setup pnpm
17- uses : pnpm/action-setup@v2
18- with :
19- version : 9
20-
21- - name : Setup Node
22- uses : actions/setup-node@v4
23- with :
24- node-version : 20
25- cache : ' pnpm'
26-
27- - name : Install Dependencies
28- run : pnpm install
29-
30- - name : Build Frontend
31- run : pnpm turbo run build --filter=web
32-
3316 - name : Deploy to Vercel
3417 uses : amondnet/vercel-action@v25
3518 with :
3619 vercel-token : ${{ secrets.VERCEL_TOKEN }}
3720 vercel-org-id : ${{ secrets.VERCEL_ORG_ID }}
3821 vercel-project-id : ${{ secrets.VERCEL_PROJECT_ID }}
39- working-directory : ./apps/web
22+ vercel-args : ' --prod '
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import PageClient from "./page-client";
33
44export const metadata = {
55 title : "Project Invite" ,
6- description : "project invite " ,
6+ description : "Project Invite " ,
77} ;
88
99function Page ( ) {
You can’t perform that action at this time.
0 commit comments