Skip to content

Commit

Permalink
chore: Update deployment names in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed May 31, 2024
1 parent c407460 commit 42792ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: azure/arm-deploy@v1
with:
failOnStdErr: false
deploymentName: ${{ github.run_number }}
deploymentName: 'foundrvtt-${{ github.action_ref }}-${{ github.run_number }}'
resourceGroupName: ${{ inputs.RESOURCE_GROUP_NAME }}
template: ./bicep/appService.bicep
region: ${{ inputs.LOCATION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: azure/arm-deploy@v1
with:
failOnStdErr: false
deploymentName: ${{ github.run_number }}
deploymentName: 'foundrvtt-${{ github.action_ref }}-${{ github.run_number }}'
resourceGroupName: ${{ inputs.RESOURCE_GROUP_NAME }}
template: ./bicep/aci.bicep
region: ${{ inputs.LOCATION }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added support for P0V3 App Service Plan SKU in Bicep.

### Fixed

- Prevent duplicate Azure deployment names.

## [0.4.0] - 2022-11-07

### Changed
Expand Down

0 comments on commit 42792ba

Please sign in to comment.