Skip to content

Commit b2d0b82

Browse files
committed
w
1 parent c6d6ecd commit b2d0b82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: node -v
126126

127127
- name: Pull Vercel Environment Information
128-
working-directory: apps/frontend
128+
working-directory: apps/web
129129
run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
130130

131131
- name: Build
@@ -171,11 +171,11 @@ jobs:
171171
run: pnpm turbo run vercel-gha-build --filter=frontend
172172

173173
- name: Cp n
174-
run: cp -a apps/frontend/.next/. .next/
174+
run: cp -a apps/web/.next/. .next/
175175

176176
- name: Cp v
177-
run: cp -a apps/frontend/.vercel/. .vercel/
177+
run: cp -a apps/web/.vercel/. .vercel/
178178

179179
- name: Deploy Project Artifacts to Vercel
180-
working-directory: apps/frontend
180+
working-directory: apps/web
181181
run: pnpm vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)