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 59ded26 commit fd9d647
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,23 @@ jobs:
echo "::error ::Tag ${{ github.event.inputs.tag }} cannot be found in releases"
exit 1
- name: Trigger Deployment to ${{github.event.inputs.environment}}
uses: ./.github/workflows/actions/deploy
id: deploy
with:
environment: "${{github.event.inputs.environment}}"
sha: "${{steps.tag_id.outputs.release_sha}}"
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
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
# id: deploy
# with:
# environment: "${{github.event.inputs.environment}}"
# sha: "${{steps.tag_id.outputs.release_sha}}"
# AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
# 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: Slack Release Notification
if: steps.tag_id.outputs.release_id && github.event.inputs.environment == 'Production'
Expand Down

0 comments on commit fd9d647

Please sign in to comment.