Add test notification to home-assistant
Some checks failed
Deploy website to Docker Container / deploy (push) Failing after 4s
Some checks failed
Deploy website to Docker Container / deploy (push) Failing after 4s
This commit is contained in:
parent
72981f79d6
commit
2dbe54298d
|
|
@ -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}}"
|
||||
Loading…
Reference in a new issue