We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b24dc commit d6d1609Copy full SHA for d6d1609
1 file changed
β.github/workflows/deploy.ymlβ
@@ -34,7 +34,7 @@ jobs:
34
# π¨ ν΅μ¬: λΉλ κ²°κ³Όλ¬Όμ μμΆ
35
- name: zip file
36
run: |
37
- zip -r artifact.zip ./.next ./package.json ./package-lock.json ./.env ./scripts ./appspec.yml
+ zip -r artifact.zip ./.next ./package.json ./package-lock.json ./.env ./scripts ./appspec.yml ./public
38
39
- name: AWS configure credentials
40
uses: aws-actions/configure-aws-credentials@v5
0 commit comments