Skip to content

Latest commit

 

History

History
82 lines (39 loc) · 5.43 KB

deploy-on-the-cloud-with-the-console-client-030863c.md

File metadata and controls

82 lines (39 loc) · 5.43 KB

Deploy on the Cloud with the Console Client

Deploying an application publishes it to SAP BTP. During deploy, you can define various specifics of the deployed application using the deploy command optional parameters.

  • You have downloaded and configured SAP BTP console client. For more information, see Set Up the Console Client
  • Depending on your subaccount type, deploy the application on the respective region host. For more information, see Regions ↗️

Context

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

Procedure

  1. In the opened command line console, execute neo deploy command with the appropriate parameters.

    You can define the parameters of commands directly in the command line as in the example below, or in the properties file. For more information, see Using the Console Client.

  2. Enter your password if requested.

  3. Press ENTER and deployment of your application will start. If deployment fails, check if you have defined the parameters correctly.

    Note:

    The size of an application deployed on SAP BTP can be up to 1.5 GB. If the application is packaged as a WAR file, the size of the unzipped content is taken into account.

Example

neo deploy --host <host> --account <subaccount_name> --application <application_name> --source samples/deploy_war/example.war --user <email_or_user>  

To make your deployed application available for requests, you need to start it by executing the neo start command.

Then, you can manage the application lifecycle (check the status; stop; restart; undeploy) using dedicated console client commands.

Related Information

deploy

start

restart

stop

status

undeploy

Use Delta Deployment

Managing Applications in the Neo Console Client

Update Application Properties