Files
krstn.me/.gitea/workflows/deploy.yaml
Karsten Heiken b7d8a9687c
All checks were successful
Pull the newest version on riley / deploy (push) Successful in 1s
workflow: hard reset to force pull changes
2024-03-04 00:11:37 +01:00

12 lines
368 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 fetch origin main && git reset --hard origin/main && chmod 755 -R .