Commit Graph

4 Commits

Author SHA1 Message Date
1cec74fc78 fix: correct deployment workflow to force sync with remote
All checks were successful
CI / update (push) Successful in 1m11s
Fix the deployment script to properly force the remote server to always
match the git repository state, regardless of local changes.

Changes:
- Replace invalid `git pull --force` with proper fetch and reset
- Add `git remote set-url origin` to ensure correct URL with auth token
- Use `git fetch origin` to download latest changes
- Use `git reset --hard origin/master` to force match remote state

This ensures clean deployments even if there are local modifications or
conflicts on the remote server, while preserving untracked files like .env.
2026-01-02 21:46:37 +01:00
7877e0bc64 chore: add hard reset to deployment workflow
All checks were successful
CI / update (push) Successful in 1m9s
Ensures deployment always matches remote state by performing a hard
reset before building.
2026-01-02 18:46:42 +01:00
a101179022 worker: change to new service name 2024-06-22 09:27:28 +02:00
398ec68a9b add action to build on push 2024-03-22 14:54:58 +01:00