Test
Some checks failed
Deploy to School / deploy (push) Failing after 1s

This commit is contained in:
Chewico 2025-09-02 23:03:31 +02:00
parent caaf241fc5
commit a08f0e0288

View File

@ -6,11 +6,13 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04:host
runs-on: host
steps:
- name: Install git on Alpine runner
run: |
apk update
apk add git
- name: Update School repo
run: |
apt update -y
apt install git -y
cd /gits/School
git pull origin main