File tree Expand file tree Collapse file tree 2 files changed +7
-22
lines changed
Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - ui-setup
66
7- defaults :
8- run :
9- working-directory : frontend
10-
11-
127jobs :
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 }}
Original file line number Diff line number Diff line change @@ -39,3 +39,5 @@ yarn-error.log*
3939# typescript
4040* .tsbuildinfo
4141next-env.d.ts
42+
43+ .vercel
You can’t perform that action at this time.
0 commit comments