Loading...

Deploy to Slate

You can deploy your front-end web application in Catalyst Slate using the below listed steps. Before you deploy any application in Slate, please make sure the project directory has been linked to the Slate service. For this, you can use the catalyst slate:link command.

Execute the following command in your terminal from the Slate service’s project directory:

copy
$
catalyst deploy slate

This deploys all the Slate components present in your project directory to the Catalyst development environment.

You can use the below option to provide a deployment message for the Slate deployment.

copy
$
catalyst deploy slate -m "deployment message"

To deploy a specific app alone from the project directory to Slate, you can directly use the below command:

copy
$
catalyst deploy --only slate:appname

If you wish to deploy the application to the production environment, please use the below command. Please ensure you have accessed the production environment in the console before initiating a production deployment.

copy
$
catalyst deploy slate --production

Last Updated 2025-11-03 16:18:29 +0530 IST

ON THIS PAGE