MythEclipse
02fbb56492
fix: docker compose down before up to clear container name conflicts
2026-06-07 22:27:48 +07:00
MythEclipse
ff5e5fd091
fix: add --force-recreate to docker compose up in deploy
2026-06-07 22:24:49 +07:00
MythEclipse and Claude Opus 4.8
0fc305f21b
fix: create telemetry-net on deploy to fix docker compose up
...
App services reference telemetry-net as external, but telemetry runs
on a separate VPS. Creating the network as empty on the app VPS so
docker compose up doesn't fail.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-07 22:21:31 +07:00
MythEclipse and Claude Opus 4.8
521aaa184e
fix: handle local VPS changes during deploy by using git reset --hard instead of pull
...
Switches from git pull --ff-only to git fetch + git reset --hard
origin/main to avoid failing when VPS has uncommitted local changes
to tracked files (apps/ml-service/Dockerfile, docker-compose.yml).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-07 22:18:17 +07:00
Asep Haryana Saputra
8d04a17d84
feat: add Python setup and ONNX model generation to CI workflow
2026-05-23 13:16:08 +00:00
Asep Haryana Saputra
b735897dc2
fix: add LFS support in checkout step of deployment workflow
2026-05-22 22:22:07 +00:00
Asep Haryana Saputra
8cd128a438
fix: update ML_SERVICE_URL to use internal service endpoint in deployment configuration
2026-05-22 22:10:00 +00:00
Asep Haryana Saputra
193f83d9c5
fix: update VITE_API_BASE_URL fallback to an empty string in deployment workflow
2026-05-22 22:01:23 +00:00
Asep Haryana Saputra
2a12c998a8
fix: remove outdated comment regarding dynamic IMAGE_PREFIX in deployment workflow
2026-05-22 21:58:57 +00:00
Asep Haryana Saputra
83993febc7
fix: update comment to clarify dynamic IMAGE_PREFIX setting in deployment workflow
2026-05-22 21:58:00 +00:00
Asep Haryana Saputra
1d421ee948
feat: update deployment configuration and enhance VITE_API_BASE_URL handling
2026-05-22 21:53:01 +00:00
Asep Haryana Saputra
39039b4d27
fix: update environment variable setup in deployment script
2026-05-22 21:42:58 +00:00
Asep Haryana Saputra
fbd85c7e3a
fix: update image prefix setting and normalize repository name in deployment script
2026-05-22 21:41:21 +00:00
Asep Haryana Saputra
a94fb50225
fix: normalize repository name to lowercase in deployment workflow
2026-05-22 21:40:42 +00:00
Asep Haryana Saputra
a0f9d307fd
feat: enhance deployment script to clone repository if not present
2026-05-22 21:38:52 +00:00
Asep Haryana Saputra
80df164a2b
fix: improve validation of deployment secrets in workflow
2026-05-22 21:35:48 +00:00
Asep Haryana Saputra
64d63587c7
feat: validate deployment secrets and update SSH action version
2026-05-22 21:33:32 +00:00
Asep Haryana Saputra and Claude Opus 4.7
1978597bcf
feat: add Docker deployment workflow
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-22 21:20:56 +00:00