codeyogi911/SAP BTP CF Deploy

Deploys an MTA file to Cloud Foundry on SAP Business Technology Platform

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 14, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: codeyogi911/btpcfdeploy@8ceae170715ad79f914d16d7f12f0d703fe5a41d # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
mtafilePath to your MTA file, relative to the workspaceyes
apiCloud Foundry API endpoint. Default is $CF_APIno
usernameCloud Foundry username. Default is $CF_USERNAMEno
passwordCloud Foundry password. Default is $CF_PASSWORDno
orgCloud Foundry organization. Default is $CF_ORGno
spaceCloud Foundry space to deploy to. Default is $CF_SPACEno
createspaceWhether to create the given spacenofalse
findurl_commandBash command that determines the application's main URLno
findurl_regexRegex that scans the result of 'findurl_command'nohttps.*
deployparamsDeployment parametersno
namedescription
urlThe applications's main URL (only if 'findurl_command' is set and successful)