Compare commits
No commits in common. "d41373a9667b84de9843138d5e5af3943c398985" and "7560dc8cf4e0cc02536e2c455d50ea808bd337f5" have entirely different histories.
d41373a966
...
7560dc8cf4
|
|
@ -29,9 +29,9 @@ jobs:
|
||||||
|
|
||||||
- name: Run Docker container
|
- name: Run Docker container
|
||||||
run: |
|
run: |
|
||||||
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=unless-stopped $CONTAINER_IMAGE
|
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=always $CONTAINER_IMAGE
|
||||||
|
|
||||||
- name: Send webhook to Home-Assistant
|
- name: Webhook
|
||||||
uses: https://github.com/distributhor/workflow-webhook@v3
|
uses: https://github.com/distributhor/workflow-webhook@v3
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}
|
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}
|
||||||
Loading…
Reference in a new issue