We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecee18 commit 66871b6Copy full SHA for 66871b6
.github/workflows/azure-deploy-www.yml
@@ -36,7 +36,7 @@ env:
36
RESOURCE_GROUP: ${{ inputs.environment == 'production' && 'rg-designsystemet-prod' || 'rg-designsystemet-test' }}
37
CONTAINERAPPS_ENV: ${{ inputs.environment == 'production' && 'www-prod-ca' || 'www-test-ca' }}
38
ACR_NAME: designsystemetacr
39
- APP_NAME: ${{ inputs.environment == 'production' && 'www-prod' || 'www-test-pr-${{ inputs.pr_number }}' }}
+ APP_NAME: ${{ inputs.environment == 'production' && 'www-prod' || 'www-test-pr'-${{ inputs.pr_number }} }}
40
IMAGE: ${{ github.event.number }}-${{ github.sha }}
41
PORT: 8000
42
0 commit comments