We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8f3c3 commit dd62fa5Copy full SHA for dd62fa5
1 file changed
.github/workflows/prod-deploy.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: 📦 빌드중!
26
run: yarn build
27
28
- # - name: 🚀 배포중!
29
- # uses: peaceiris/actions-gh-pages@v3
30
- # with:
31
- # github_token: ${{ secrets.GH_ACTIONS_TOKEN }}
32
- # publish_dir: ./dist
+ - name: 🚀 배포중!
+ env:
+ AWS_ACCESS_KEY_ID: '$'
+ AWS_SECRET_ACCESS_KEY: '$'
+ run: aws s3 cp --recursive --region ap-northeast-2 dist s3://home.manual
0 commit comments