Skip to content

Commit

Permalink
feat(CD): trigger deplou of klabis-be:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
otahirs authored Sep 17, 2024
1 parent 496241d commit 8d7f258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ jobs:
- name: Verify image
run: docker images

- name: Deploy to Coolify
run: |
curl --request GET '${{ secrets.COOLIFY_WEBHOOK_BE }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'

0 comments on commit 8d7f258

Please sign in to comment.