mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-07 08:50:01 -06:00
Recreate if updated
This commit is contained in:
@@ -141,7 +141,7 @@ public class DeploymentsService {
|
||||
commandArgs.add("-d");
|
||||
commandArgs.add("--remove-orphans");
|
||||
|
||||
if (forceRecreate) {
|
||||
if (forceRecreate || updated) {
|
||||
commandArgs.add("--force-recreate");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user