Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
gudusol committed Sep 16, 2024
2 parents 1164901 + 04a7db3 commit 4cf2071
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ec2Deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ jobs:
- name: SSH into EC2 and execute deployment script
run: |
ssh -i ~/.ssh/id_rsa [email protected] "cd PICKPLE-client && sh deploy.sh"
- name: Send Slack notification
if: ${{ success() }}
uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_MESSAGE: |
:rocket: 배포가 완료되었습니다!

0 comments on commit 4cf2071

Please sign in to comment.