Skip to content

Latest commit

 

History

History
48 lines (19 loc) · 2.4 KB

deploying-to-the-cloud-foundry-environment-2a21055.md

File metadata and controls

48 lines (19 loc) · 2.4 KB

Deploying to the Cloud Foundry Environment

Get an overview of available deployment options.

When deploying applications and services to the cloud, you can choose from a number of different approaches and tools, depending on your development setup.

If you've decided to develop your application or service with the multitarget approach, you can deploy it to SAP BTP using a single .mtar archive file. For more information, see Multitarget Applications in the Cloud Foundry Environment.

Continuous Integration and Delivery (CI/CD) are two interrelated concepts that can enhance your development process by adding frequent integration, automated testing, and faster delivery. For more information, see Continuous Integration and Delivery .

If you prefer to develop on your local machine, you can deploy your application from the folder on your computer directly to SAP BTP using the Cloud Foundry Command Line Interface (CF CLI). For more information, see Deploy Business Applications in the Cloud Foundry Environment.

You can also deploy your application with or without a manifest.yml file using the SAP BTP cockpit. For more information, see Deploy an Application.

If you want a higher degree of freedom when realizing your project, you can also deploy your applications and services using Docker images and the Cloud Foundry Command Line Interface (CF CLI). Note that Docker images can't be used in combination with buildpacks. For more information, see Deploy Docker Images in the Cloud Foundry Environment.