School/.gitea/workflows/deploy.yml
Chewico b7a213878f
Some checks failed
Deploy to School / deploy (push) Failing after 30s
Deploy on host
2025-09-02 22:40:29 +02:00

14 lines
190 B
YAML

name: Deploy to School
on:
push:
branches: [main]
jobs:
deploy:
steps:
- name: Update School repo
run: |
cd /gits/School
git pull origin main