workflow: use --ff-only when updating
All checks were successful
Pull the newest version on riley / deploy (push) Successful in 0s

This commit is contained in:
2024-03-03 03:43:15 +01:00
parent 70746f2874
commit c4b1070ef9

View File

@@ -8,4 +8,4 @@ jobs:
steps: steps:
- name: Pull newest release - name: Pull newest release
run: | run: |
cd /home/karsten/public_html/krstn.me && git pull cd /home/karsten/public_html/krstn.me && git pull --ff-only