Skip to content

Commit 4b43cd4

Browse files
committed
vercel deployement
1 parent a36bd58 commit 4b43cd4

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

.github/workflows/deploy-ui.yml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,18 @@ on:
44
branches:
55
- ui-setup
66

7-
defaults:
8-
run:
9-
working-directory: frontend
10-
11-
127
jobs:
13-
lint:
14-
name: Lint
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v4
18-
- run: npm install
19-
- run: npm run lint
20-
21-
build:
22-
name: Build
23-
runs-on: ubuntu-latest
24-
steps:
25-
- uses: actions/checkout@v4
26-
- run: npm install
27-
- run: npm run build
28-
298
deploy-production:
309
name: Deploy (Production)
31-
needs: [lint, build]
10+
3211
runs-on: ubuntu-latest
3312
environment:
3413
name: vercel
3514

15+
defaults:
16+
run:
17+
working-directory: frontend
18+
3619
env:
3720
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
3821
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

frontend/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ yarn-error.log*
3939
# typescript
4040
*.tsbuildinfo
4141
next-env.d.ts
42+
43+
.vercel

0 commit comments

Comments
 (0)