Skip to content

Commit

Permalink
HotFix: 슬랙 웹 훅 URL 환경변수화 과정에서 오류 해결 (#188)
Browse files Browse the repository at this point in the history
fix: 오류 수정
  • Loading branch information
GitJIHO authored Nov 8, 2024
1 parent da72e89 commit bb19e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
run: |
ssh -o StrictHostKeyChecking=no ubuntu@${{ secrets.SERVER_IP }} 'SLACK_WEBHOOK_URL=$SLACK_WEBHOOK_URL bash /home/ubuntu/deploy.sh'
ssh -o StrictHostKeyChecking=no ubuntu@${{ secrets.SERVER_IP }} "SLACK_WEBHOOK_URL=${{ secrets.SLACK_WEBHOOK_URL }} bash /home/ubuntu/deploy.sh"

0 comments on commit bb19e7c

Please sign in to comment.