Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Sep 18, 2023
1 parent c025ae9 commit 0d8cf73
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
# KEY_VAULT: ${{ secrets.KEY_VAULT }}
# ARM_ACCESS_KEY: ${{ secrets.ARM_ACCESS_KEY }}

- name: Trigger Deployment to ${{github.event.inputs.environment}}
uses: ./.github/workflows/actions/deploy_v2
id: deploy
with:
environment: "${{github.event.inputs.environment}}"
sha: "${{steps.tag_id.outputs.release_sha}}"
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}
- name: Trigger Deployment to ${{github.event.inputs.environment}}
uses: ./.github/workflows/actions/deploy_v2
id: deploy
with:
environment: "${{github.event.inputs.environment}}"
sha: "${{steps.tag_id.outputs.release_sha}}"
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}

- name: Slack Release Notification
if: steps.tag_id.outputs.release_id && github.event.inputs.environment == 'Production'
Expand Down

0 comments on commit 0d8cf73

Please sign in to comment.