You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slog.Info("starting compose up with health check support", "projectID", projectID, "projectName", project.Name, "services", len(project.Services), "removeOrphans", removeOrphans)
1886
1894
// Health/progress streaming (if any) is handled inside projects.ComposeUp via ctx.
@@ -2051,7 +2059,7 @@ func (s *ProjectService) DestroyProject(ctx context.Context, projectID string, r
2051
2059
returnnil
2052
2060
}
2053
2061
2054
-
func (s*ProjectService) RedeployProject(ctx context.Context, projectIDstring, user models.User) error {
2062
+
func (s*ProjectService) RedeployProject(ctx context.Context, projectIDstring, user models.User, options*project.DeployOptions) error {
0 commit comments