pipelines - cron weekly and changed act runner
Some checks failed
/ deploy-to-homesrv01 (push) Failing after 27s

This commit is contained in:
2025-05-04 14:55:48 +01:00
parent 9bd209ee01
commit 100567a5f6

View File

@@ -1,10 +1,10 @@
on: on:
push: push:
schedule: schedule:
- cron: '0 4 * * *' - cron: '15 7 * * SUN' # Every Sunday at 07:15
jobs: jobs:
deploy-to-homesrv01: deploy-to-homesrv01:
runs-on: "vlan-casa_continous-deploy" runs-on: "myLimbo-casa-gitea-act-runner"
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2