Remove backend dependencies for standalone repo: drop cargo build from webhook, remove backend systemd unit, clean eslint config

This commit is contained in:
clxud
2026-07-02 02:22:43 +00:00
parent 36092f0269
commit 1e082f63d1
4 changed files with 5 additions and 25 deletions
-1
View File
@@ -693,7 +693,6 @@ async function deploy(push) {
await ensureBuildDependencies(previousHead)
await run('npm', ['run', 'build', '--', '--outDir', '../dist-next'])
validateBuiltDist()
await run('cargo', ['build', '--manifest-path', 'backend/Cargo.toml', '--release'])
promoteBuiltDist()
syncVehicleIcons()