Skip to content

Merge pull request #38 from DDD-Community/feature/POLABO-130 #20

Merge pull request #38 from DDD-Community/feature/POLABO-130

Merge pull request #38 from DDD-Community/feature/POLABO-130 #20

Workflow file for this run

#name: "[운영] 헬스체크"
#
#on:
# schedule:
# - cron: "0 0 */3 * *"
#
#jobs:
# healthcheck:
# runs-on: ubuntu-latest
# steps:
# - name: API Health Check
# id: health_check
# uses: jtalk/url-health-check-action@v3
# with:
# url: ${{ secrets.BASE_URI_PROD }}
# max-attempts: 3
# retry-delay: 1s
#
# - name: Discord Webhook Action
# if: always()
# uses: tsickert/[email protected]
# with:
# webhook-url: ${{ secrets.WEBHOOK_URL }}
# content: ${{ job.status }}