Skip to content

Commit 1c70fb3

Browse files
committed
s
1 parent b2d0b82 commit 1c70fb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
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/

0 commit comments

Comments
 (0)