Skip to content

Commit d6d1609

Browse files
committed
πŸ‘· μ •μ νŒŒμΌμ„ μ••μΆ•λŒ€μƒμ— μΆ”κ°€
1 parent 75b24dc commit d6d1609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

β€Ž.github/workflows/deploy.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# 🚨 핡심: λΉŒλ“œ 결과물을 μ••μΆ•
3535
- name: zip file
3636
run: |
37-
zip -r artifact.zip ./.next ./package.json ./package-lock.json ./.env ./scripts ./appspec.yml
37+
zip -r artifact.zip ./.next ./package.json ./package-lock.json ./.env ./scripts ./appspec.yml ./public
3838
3939
- name: AWS configure credentials
4040
uses: aws-actions/configure-aws-credentials@v5

0 commit comments

Comments
Β (0)