Compare commits

..

2 commits

Author SHA1 Message Date
TheThomaas d41373a966 Change webhook action name
All checks were successful
Deploy website to Docker Container / deploy (push) Successful in 50s
2023-05-26 22:26:36 +02:00
TheThomaas bd842a6620 Update restart policy 2023-05-26 22:26:24 +02:00

View file

@ -29,9 +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=unless-stopped $CONTAINER_IMAGE
- name: Webhook
- name: Send webhook to Home-Assistant
uses: https://github.com/distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}