From bf9896c3c86bf1918a2060b96cfc6b52f2ead061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 18 May 2025 01:08:23 +0100 Subject: [PATCH] enable wyoming ci/cd --- .gitea/workflows/deploy-wyoming.yml | 13 +++++++++++++ README.md | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .gitea/workflows/deploy-wyoming.yml diff --git a/.gitea/workflows/deploy-wyoming.yml b/.gitea/workflows/deploy-wyoming.yml new file mode 100644 index 0000000..299a4c0 --- /dev/null +++ b/.gitea/workflows/deploy-wyoming.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index b3210ee..90de0cd 100644 --- a/README.md +++ b/README.md @@ -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). -[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: