Add test notification to home-assistant
Some checks failed
Deploy website to Docker Container / deploy (push) Failing after 4s

This commit is contained in:
TheThomaas 2023-05-26 22:20:42 +02:00
parent 72981f79d6
commit 2dbe54298d

View file

@ -29,4 +29,9 @@ jobs:
- name: Run Docker container
run: |
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=always $CONTAINER_IMAGE
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=always $CONTAINER_IMAGE
- name: Webhook
uses: distributhor/workflow-webhook@v3
with:
webhook_url: "${{secret.HOME_ASSISTANT_WEBHOOK}}"