codeyogi911/SAP BTP CF Deploy
Deploys an MTA file to Cloud Foundry on SAP Business Technology Platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 14, 2024
- License
- MIT
Pinned Snippet
uses: codeyogi911/btpcfdeploy@8ceae170715ad79f914d16d7f12f0d703fe5a41d # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mtafile | Path to your MTA file, relative to the workspace | yes | — |
| api | Cloud Foundry API endpoint. Default is $CF_API | no | — |
| username | Cloud Foundry username. Default is $CF_USERNAME | no | — |
| password | Cloud Foundry password. Default is $CF_PASSWORD | no | — |
| org | Cloud Foundry organization. Default is $CF_ORG | no | — |
| space | Cloud Foundry space to deploy to. Default is $CF_SPACE | no | — |
| createspace | Whether to create the given space | no | false |
| findurl_command | Bash command that determines the application's main URL | no | — |
| findurl_regex | Regex that scans the result of 'findurl_command' | no | https.* |
| deployparams | Deployment parameters | no | — |
Outputs
| name | description |
|---|---|
| url | The applications's main URL (only if 'findurl_command' is set and successful) |