File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments