fix(deploy): restore previous release on failure

This commit is contained in:
cesnimda
2026-08-31 11:57:03 +02:00
parent b9e703ee7c
commit 5f0c0b0549
5 changed files with 62 additions and 8 deletions
+2
View File
@@ -1,6 +1,7 @@
services:
backend:
image: ${BACKEND_IMAGE:-jobtracker-backend:local}
build:
context: .
dockerfile: JobTrackerApi/Dockerfile
@@ -112,6 +113,7 @@ services:
start_period: 90s
frontend:
image: ${FRONTEND_IMAGE:-jobtracker-frontend:local}
build:
context: ./job-tracker-ui
# Next's build type-checker needs more than Docker's default 64MB /dev/shm; too little