Deploying the Application
Objective
After completing this lesson, you will be able to deploying the application
Deploy in SAP BTP, Cloud Foundry Runtime
Deploy in SAP BTP, Cloud Foundry Runtime
Steps
Perform all steps in the Deploy in SAP BTP, Cloud Foundry runtime exercise.
Note
In case your application crashes after deployment with the error "No credentials configured for API_BUSINESS_PARTNER", please add the credentials object as follows to your pacakge.json configuration. Please also build and deploy your app again afterwards.JavaScript12345678"API_BUSINESS_PARTNER": { "kind": "odata-v2", "model": "srv/external/API_BUSINESS_PARTNER", "credentials": { "url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER/" } },Perform all steps in the Assign the User Roles exercise.
Result
You have now successfully deployed your multitarget application to the SAP BTP, Cloud Foundry runtime.