Skip to content

Commit af3f903

Browse files
committed
chore: updated ci config
1 parent d9eaf1a commit af3f903

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff 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'

apps/web/app/(main)/project-invite/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PageClient from "./page-client";
33

44
export const metadata = {
55
title: "Project Invite",
6-
description: "project invite",
6+
description: "Project Invite",
77
};
88

99
function Page() {

0 commit comments

Comments
 (0)