This commit is contained in:
13
.gitea/workflows/deploy-wyoming.yml
Normal file
13
.gitea/workflows/deploy-wyoming.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 5 * * SUN' # Every Sunday at 05:00
|
||||||
|
jobs:
|
||||||
|
deploy-to-homesrv01:
|
||||||
|
runs-on: "myLimbo-casa-gitea-act-runner"
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: docker compose up
|
||||||
|
run: docker compose -f ./services/wyoming/docker-compose.yaml up -d --pull always
|
||||||
@@ -90,7 +90,9 @@ This is an open standard of the Open Home Foundation.
|
|||||||
|
|
||||||
For more information about home assistant integration [check home assistant repo](/marcio.fernandes/homeassistant#wyoming).
|
For more information about home assistant integration [check home assistant repo](/marcio.fernandes/homeassistant#wyoming).
|
||||||
|
|
||||||
[docker compose file](./services/wyoming/docker-compose.yaml).
|
[Docker compose file](./services/wyoming/docker-compose.yaml).
|
||||||
|
|
||||||
|
Continuous deploy [gitea action](.gitea/workflows/deploy-wyoming.yml).
|
||||||
|
|
||||||
Links:
|
Links:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user