diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 034c094..fd94750 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -41,3 +41,9 @@ jobs: tags: ghcr.io/${{ env.IMAGE }}:latest context: . file: ./docker/production.dockerfile + + - + name: Invoke deployment hook + uses: joelwmale/webhook-action@master + with: + url: ${{ secrets.WEBHOOK_URL }}