Skip to content

Commit dd62fa5

Browse files
committed
chore: deploy cicd logic
1 parent 7a8f3c3 commit dd62fa5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/prod-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: 📦 빌드중!
2626
run: yarn build
2727

28-
# - name: 🚀 배포중!
29-
# uses: peaceiris/actions-gh-pages@v3
30-
# with:
31-
# github_token: ${{ secrets.GH_ACTIONS_TOKEN }}
32-
# publish_dir: ./dist
28+
- name: 🚀 배포중!
29+
env:
30+
AWS_ACCESS_KEY_ID: '$'
31+
AWS_SECRET_ACCESS_KEY: '$'
32+
run: aws s3 cp --recursive --region ap-northeast-2 dist s3://home.manual

0 commit comments

Comments
 (0)