Commit 17dfca7
ci: Fix deploy workflow — avoid downtime from docker compose down
Replace `down --remove-orphans` + `up -d` with just `up -d --remove-orphans`.
Docker Compose will only recreate containers with changed configs,
avoiding unnecessary downtime for unchanged services.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 984cc95 commit 17dfca7
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 76 | + | |
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
| |||
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
128 | | - | |
129 | | - | |
| 125 | + | |
130 | 126 | | |
131 | 127 | | |
132 | 128 | | |
| |||
0 commit comments