enable wyoming ci/cd
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 2m44s

This commit is contained in:
2025-05-18 01:08:23 +01:00
parent 7b0a281d63
commit bf9896c3c8
2 changed files with 16 additions and 1 deletions

View 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