Possible to deploy without convox?

Hi,

Looking to use convox v3 with a client, however, if they do not want to use convox would it be possible to do a manual deploy, or deploy via the cli without convox pro?

Thanks,
Matt

1 Like

Hi @matt, yes this is possible. You can deploy using the convox CLI (convox deploy), and you can also install a rack without using the Convox UI. But the free plan allows you to use the Convox UI to set up and monitor your rack, and you can use the CLI to deploy.

Additionally, you can also build your own Docker images elsewhere (e.g. as part of a CI build), and then configure convox.yml to use a prebuilt image instead of running a docker build as part of the deployment.

1 Like