*scheduled deploytime every odd hours at minute 27 to deploy pre-scheduled posts.
All checks were successful
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Successful in 21s

* pre-scheduled post added for tomorrow morning.
This commit is contained in:
Stephan Hadan 2025-02-11 19:12:52 +01:00
parent 4f8c8fc938
commit bb53bbc5a5
3 changed files with 39 additions and 0 deletions

View file

@ -4,6 +4,8 @@ on:
push:
branches:
- main
schedule:
- cron: '27 1-23/2 * * *'
jobs:
deploy-prod: