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
↗️
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.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
-
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.
-
Enter your password if requested.
-
Press ENTER and deployment of your application will start. If deployment fails, check if you have defined the parameters correctly.
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.
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