This commit is contained in:
parent
caaf241fc5
commit
a08f0e0288
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user