Skip to content

Commit 66871b6

Browse files
committed
change APP_NAME
1 parent 7ecee18 commit 66871b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-deploy-www.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
RESOURCE_GROUP: ${{ inputs.environment == 'production' && 'rg-designsystemet-prod' || 'rg-designsystemet-test' }}
3737
CONTAINERAPPS_ENV: ${{ inputs.environment == 'production' && 'www-prod-ca' || 'www-test-ca' }}
3838
ACR_NAME: designsystemetacr
39-
APP_NAME: ${{ inputs.environment == 'production' && 'www-prod' || 'www-test-pr-${{ inputs.pr_number }}' }}
39+
APP_NAME: ${{ inputs.environment == 'production' && 'www-prod' || 'www-test-pr'-${{ inputs.pr_number }} }}
4040
IMAGE: ${{ github.event.number }}-${{ github.sha }}
4141
PORT: 8000
4242

0 commit comments

Comments
 (0)