Skip to content

Commit

Permalink
[main] 데이터 서버 로드밸런싱 이후 webhook 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
koomchang authored May 29, 2024
1 parent 5e3a0cc commit 07fe875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ml-portainer-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
- uses: actions/checkout@v2
- name: Send Trigger
run: |
curl -X POST ${{ secrets.ML_PORTAINER_WEBHOOK_URL }}
curl -X POST ${{ secrets.ML1_PORTAINER_WEBHOOK_URL }}
curl -X POST ${{ secrets.ML2_PORTAINER_WEBHOOK_URL }}
curl -X POST ${{ secrets.ML3_PORTAINER_WEBHOOK_URL }}

0 comments on commit 07fe875

Please sign in to comment.