pipelines - cron weekly and changed act runner
Some checks failed
/ deploy-to-homesrv01 (push) Failing after 27s
Some checks failed
/ deploy-to-homesrv01 (push) Failing after 27s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user