Skip to content

Commit

Permalink
Added required deployment description
Browse files Browse the repository at this point in the history
  • Loading branch information
hpractv committed Feb 6, 2024
1 parent cae5072 commit fca44ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
environment: ${{ inputs.deployment-environment }}
release-ref: ${{ inputs.release-tag }}
deployment-status: ${{ steps.conclusion.outputs.workflow_conclusion }}
deployment-description: 'Deployment to the ${{ inputs.deployment-environment }} environment of ${{ inputs.release-tag }}'
entity: ${{ inputs.entity }}
instance: ${{ inputs.instance || inputs.target-slot }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
environment: ${{ env.ENVIRONMENT }}
release-ref: ${{ env.GITHUB_REF }}
deployment-status: ${{ job.status }}
deployment-description: 'Deployment to the ${{ env.ENVIRONMENT }} environment of ${{ env.GITHUB_REF }}'
entity: '' # TODO: Fill this out with the catalog-info.yml's metadata.name value
instance: file-storage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ jobs:
environment: 'Dev'
release-ref: 'main'
deployment-status: ${{ job.status }}
deployment-description: 'Deployment to the Dev environment of the main branch'
entity: '' # TODO: Fill this out with the catalog-info.yml's metadata.name value
instance: ${{ inputs.instance }}

0 comments on commit fca44ee

Please sign in to comment.