Skip to content

Deploying

No previous configuration on your servers is required.

Dockerfile

Your apps are deployed with Docker, so you should create an Dockerfile at the root of your project. Ciara will use this Dockerfile to build an image and deploy to your servers.

First deployment

All deployment-related configurations are managed within the ciara.config.json file located in the root of your project.

To make your first deploy, run:

bash
ciara deploy

Subsequent deployments

For deploying a new version of your app, just run:

bash
ciara deploy

Updating Configurations

To update anything on your deployment, modify your ciara.config.json and then run:

bash
ciara deploy

Ciara will then read your ciara.config.json file and automatically execute all necessary steps to update your application based on the new configuration.