Deploy the Application

You can now deploy the application to the remote console.

Note: Since you had already logged into the Lead Manager application from the local server, a Refresh Token would have already been generated. This token will continue to authenticate your access.

To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory:

copy
$
catalyst deploy

The function is deployed first, followed by the client component. The app URLs of the components will be displayed. catalyst_tutorials_leadmanmager_appsail_deploy_cli

The application is now deployed to the Catalyst console.

Now, if you once again navigate to the AppSail component located under the Serverless section, you will be able to acquire the application’s invocation URL.

catalyst_tutorials_leadmanager_appsail_deploy_final_2

In this section you will also have access to a live dashboard denoting the number of instances the Lead Manager app service has spawned at any given moment. Using this section you will also be able configure and manage the AppSail service. You can find out more about this here.

You can use the invocation URL in a browser to access the deployed application. Lead Manager application can now be accessed from its web app URL.

catalyst_tutorials_leadmanager_appsail_deploy_app_final

Last Updated 2025-01-31 19:19:27 +0530 +0530