File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3535 name : Detect Affected Apps
3636 runs-on : ubuntu-latest
3737 outputs :
38- is_backend_changed : ${{ steps.ex5.outputs.is_backend_changed }}
3938 is_frontend_changed : ${{ steps.ex5.outputs.is_frontend_changed }}
4039 steps :
4140 - name : Checkout code
@@ -129,7 +128,7 @@ jobs:
129128 run : pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
130129
131130 - name : Build
132- run : pnpm turbo run vercel-gha-build --filter=frontend
131+ run : pnpm turbo run vercel-gha-build --filter=web
133132
134133
135134 # 4. Next.jsのデプロイ (Vercel)
@@ -168,7 +167,7 @@ jobs:
168167 run : pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
169168
170169 - name : Build
171- run : pnpm turbo run vercel-gha-build --filter=frontend
170+ run : pnpm turbo run vercel-gha-build --filter=web
172171
173172 - name : Cp n
174173 run : cp -a apps/web/.next/. .next/
You can’t perform that action at this time.
0 commit comments