Add Invoke deployment hook

This commit is contained in:
2022-08-16 22:25:55 +03:00
parent 5d9850cd45
commit f881ec9702

View File

@@ -47,8 +47,8 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ghcr.io/${{ env.IMAGE }}:latest
# -
# name: Invoke deployment hook
# uses: joelwmale/webhook-action@master
# with:
# url: ${{ secrets.WEBHOOK_URL }}
-
name: Invoke deployment hook
uses: joelwmale/webhook-action@master
with:
url: ${{ secrets.WEBHOOK_URL }}