Skip to main content

Deploy Existing Project

You don't need to use ecloud compute app create if you have an existing project. The CLI works with any Docker-based project:

1. Navigate to your project

cd my-existing-project

2. Create .env if needed

touch .env

Add your environment variables.

3. Deploy

Ensure you have a Dockerfile and .env. The CLI will prompt if not found.

ecloud compute app deploy

4. Add TLS if needed

ecloud app compute configure tls

For more information, refer to Configure TLS.