Skip to content

Commit

Permalink
Update deploy.yml (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahy268 authored Sep 2, 2024
1 parent 187abba commit a2135b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
subscriptionId: ${{secrets.SUBSCRIPTION_ID}}
scope: resourcegroup
additionalArguments: "--what-if"
parameters: projectName=SSW.Dory environment=${{inputs.environment}}
parameters: |
projectName=SSW.Dory
environment=${{inputs.environment}}
tags='{"Deployed": "yes", "cost-category": "value"}'
- name: Deploy Bicep
id: deploy-bicep
Expand All @@ -66,7 +69,10 @@ jobs:
resourceGroupName: ${{env.AZURE_RESOURCE_GROUP}}
subscriptionId: ${{secrets.SUBSCRIPTION_ID}}
scope: resourcegroup
parameters: projectName=SSW.Dory environment=${{inputs.environment}}
parameters: |
projectName=SSW.Dory
environment=${{inputs.environment}}
tags='{"Deployed": "yes", "cost-category": "value"}'
- name: Staging Preview Url
if: ${{ inputs.environment == 'staging' }}
Expand Down

0 comments on commit a2135b3

Please sign in to comment.