Files
krstn.me/.gitea/workflows/deploy.yaml
Karsten Heiken d73ad9fef7
All checks were successful
Pull the newest version on riley / deploy (push) Successful in 1s
deployment: set correct permissions
2024-03-03 14:33:04 +01:00

12 lines
333 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 && chmod 755 -R .