Skip to content

Commit

Permalink
feat: add deploy hook
Browse files Browse the repository at this point in the history
  • Loading branch information
TetrisIQ committed Jun 7, 2024
1 parent 27b02d3 commit 8bf0cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
with:
image_name: ${{ github.repository }} # it will be lowercased internally
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: run deploy hook
run: curl ${{ secrets.DEPLOY_HOOK }}

0 comments on commit 8bf0cc6

Please sign in to comment.