Commit Graph

6 Commits

Author SHA1 Message Date
f4783bea0a chore: update CI workflow to use pnpm instead of npm
All checks were successful
CI / update (push) Successful in 1m20s
Changed deployment workflow to use pnpm with frozen lockfile to ensure
consistent dependency installation matching local development environment.
2026-01-10 17:52:02 +01:00
7ace841a8d fix: update deployment workflow to use dist directory
All checks were successful
CI / update (push) Successful in 1m10s
Changes deployment process to build in default 'build' directory, then safely deploy to 'dist' directory by stopping the service first, ensuring clean deployment without serving partial builds.
2026-01-02 22:12:46 +01:00
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