Skip to content

Commit

Permalink
ci: add watchtower deploy monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sahasourav123 committed Feb 11, 2025
1 parent 0612514 commit aa30ae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sandbox-deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:
- name: Start Service
run: AUTH_ENABLED=true docker compose -p project-watchtower up -d frontend

- name: Push Deploy Event
run: curl "https://watchtower.finanssure.com/public/v1/push/event?monitor_id=${{ secrets.WT_MONITOR_ID }}&hash=${{ secrets.WT_MONITOR_HASH }}&outcome=true"

0 comments on commit aa30ae6

Please sign in to comment.