Files
krstn.me/.gitea/workflows/deploy.yaml
Karsten Heiken c4b1070ef9
All checks were successful
Pull the newest version on riley / deploy (push) Successful in 0s
workflow: use --ff-only when updating
2024-03-03 03:43:15 +01:00

12 lines
315 B
YAML

name: Pull the newest version on riley
run-name: ${{ gitea.actor }} initialised an update of krstn.me
on: [push]
jobs:
deploy:
runs-on: karsten@riley
steps:
- name: Pull newest release
run: |
cd /home/karsten/public_html/krstn.me && git pull --ff-only