DeployApplication is a builtin action, you can’t modify it.
Deploy an application, useful only if you have a Deployment Plaftorm associated to your current application.
No Parameter
No Requirement
Example of a pipeline using DeployApplication action:
version: v1.0
name: Pipeline1
stages:
- Stage1
jobs:
- job: Job1
stage: Stage1
steps:
- deploy: '{{.cds.application}}'