cf_deploy_workflow
Deploy an application to SAP BTP Cloud Foundry by pushing code, binding services, and restarting it in a single workflow. Set app name, path, and optional env vars, memory, services, and instances.
Instructions
Complete deployment workflow: push app, bind services, and restart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variables as key-value pairs | |
| path | Yes | Path to application directory | |
| memory | No | Memory limit (optional) | |
| appName | Yes | Name of the application | |
| services | No | Array of service instance names to bind | |
| instances | No | Number of instances (optional) |