Add webhook

This commit is contained in:
2021-11-10 14:28:53 +03:00
parent c47eee384d
commit d90ac9d0f9

View File

@@ -41,3 +41,9 @@ jobs:
tags: ghcr.io/${{ env.IMAGE }}:latest tags: ghcr.io/${{ env.IMAGE }}:latest
context: . context: .
file: ./docker/production.dockerfile file: ./docker/production.dockerfile
-
name: Invoke deployment hook
uses: joelwmale/webhook-action@master
with:
url: ${{ secrets.WEBHOOK_URL }}