Worker rebuild with autodeploy of shuffle-ai
This commit is contained in:
@@ -117,6 +117,7 @@ var autoDeploy = map[string]string{
|
||||
"http:1.4.0": "frikky/shuffle:http_1.4.0",
|
||||
"shuffle-tools:1.2.0": "frikky/shuffle:shuffle-tools_1.2.0",
|
||||
"shuffle-subflow:1.1.0": "frikky/shuffle:shuffle-subflow_1.1.0",
|
||||
"shuffle-ai:1.1.0": "frikky/shuffle:shuffle-ai_1.1.0",
|
||||
// "shuffle-tools-fork:1.0.0": "frikky/shuffle:shuffle-tools-fork_1.0.0",
|
||||
}
|
||||
|
||||
@@ -3734,7 +3735,7 @@ func findAppInfo(image, name string, redeploy bool) (int, error) {
|
||||
}
|
||||
|
||||
if redeploy {
|
||||
log.Printf("Found it! Service: %s with image %s on port %d", name, image, exposedPort)
|
||||
log.Printf("[INFO] Found to redeploy! Service: %s with image %s on port %d", name, image, exposedPort)
|
||||
// Remove the service and redeploy it.
|
||||
// There are cases where the service doesn't update properly
|
||||
// Check when the last update happened. If it was within the last few minutes, skip
|
||||
|
||||
Reference in New Issue
Block a user