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
@@ -103,12 +102,6 @@ export function configureDeployCommand(program: Command) {
103
102
"Skip promoting the deployment to the current deployment for the environment."
104
103
)
105
104
)
106
-
.addOption(
107
-
newCommandOption(
108
-
"--self-hosted",
109
-
"Build and load the image using your local Docker. Use the --registry option to specify the registry to push the image to when using --self-hosted, or just use --push to push to the default registry."
`Failed to start deployment, as your instance of trigger.dev does not support hosting. To deploy this project, you must use the --self-hosted flag to build and push the image yourself.`
0 commit comments