workflow: hard reset to force pull changes
All checks were successful
Pull the newest version on riley / deploy (push) Successful in 1s

This commit is contained in:
2024-03-04 00:11:37 +01:00
parent 9d8cb2bbdf
commit b7d8a9687c

View File

@@ -8,4 +8,4 @@ jobs:
steps:
- name: Pull newest release
run: |
cd /home/karsten/public_html/krstn.me && git pull --ff-only && chmod 755 -R .
cd /home/karsten/public_html/krstn.me && git fetch origin main && git reset --hard origin/main && chmod 755 -R .