Skip to content

Commit 1da6ec0

Browse files
committed
[Update] CI/CD scripts update #1
1 parent bf5a81a commit 1da6ec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
cp scripts/deploy.sh ./deploy.sh
3737
zip -r deploy.zip .env docker-compose.yml deploy.sh appspec.yml \
38-
Dockerfile package.json package-lock.json next.config.mjs \
38+
Dockerfile package.json package-lock.json next.config.ts \
3939
pages public .next
4040
4141
- name: Configure AWS credentials

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ COPY .env ./
1313
# 이후 전체 파일 복사
1414
COPY . .
1515

16-
# next.config.mjs 확인
17-
RUN cat next.config.mjs
16+
# next.config.ts 확인
17+
RUN cat next.config.ts
1818

1919
# 빌드 실행 (output: export가 있는지 확인)
2020
# 명시적으로 next build 명령 사용

0 commit comments

Comments
 (0)