Skip to content

Commit 0ed94b4

Browse files
authored
update production action environment name (github#25592)
1 parent ea1881c commit 0ed94b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-build-deploy-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
timeout-minutes: 15
2828
environment:
29-
name: production-azure
29+
name: production
3030
url: 'https://docs.github.com'
3131
env:
3232
DOCKER_IMAGE: ${{ secrets.PROD_REGISTRY_SERVER }}/${{ github.repository }}:${{ github.sha }}

0 commit comments

Comments
 (0)