Skip to content

Commit

Permalink
[#37] fix: CI 파이프라인 yml파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5win committed Oct 30, 2024
1 parent 674ff15 commit 8e06bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2


- name: deploy jar
run: |
aws s3 sync build s3://gamja-bongsa

0 comments on commit 8e06bae

Please sign in to comment.