Remove backend dependencies for standalone repo: drop cargo build from webhook, remove backend systemd unit, clean eslint config
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user