Skip to content

Commit

Permalink
Task: workflow 테스트 version 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
qro-story committed Sep 18, 2024
1 parent 5327e96 commit 0926646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v21
run: |
eb deploy --label ${{ github.sha }} # Git commit SHA 기반 고유 버전 태그
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 0926646

Please sign in to comment.