Deploying your Project to Production for the First Time

Steps to Deploy

As mentioned earlier, you can only deploy your application from the development to production environment during the first deployment.

You will also not be able to select the features to deploy during the first deployment. All features, components, and data available in your Catalyst application will be deployed automatically.

Note: Before you deploy your application to the production environment, you must have your Payment method set-up in Catalyst.

To deploy your project for the first time in Catalyst:

  1. Click the Deploy to Production button in the Catalyst web console.
    catalyst_environments_deploy_to_production_dashboard

    This will redirect you to the Environment settings. You can also directly open Settings and click Environments under Project Settings.

    catalyst_environments_settings

    You can select a different project from the dropdown list, if required.

    catalyst_environments_change_project

  2. Click the Deployments tab and click Deploy.
    catalyst_environments_deployments

  3. Click Yes, Proceed in the confirmation window.

    catalyst_environments_deployment_confirmation

    If you have not set up your Payment method in Catalyst yet, you will receive a prompt to add your card in Catalyst.

    catalyst_environments_deployment_add_payment

    Upon clicking Add Card, you will be redirected to the Catalyst Payments portal. You can configure your payment method there and provide the required information. Once you set up your payment, you can retry the deployment process.

    The deployment process will now be initiated.

catalyst_environments_deployment_progress

Once the deployment is completed, you will receive a notification alerting you of its success or failure. The deployment will also be listed in the Deployments section, along with details.

catalyst_environments_deployed_first_time

The commit message is auto-generated by Catalyst for the first deployment.

You can view the details of the deployment by opening it.

catalyst_environments_deployment_details

Note: The first deployment does not create a diff generation, which is a report of differences between the source environment and the migrated environment. You will learn more about this later on.

Last Updated 2023-05-18 18:31:19 +0530 +0530

ON THIS PAGE