Skip to content

Commit 86b0cf5

Browse files
authored
add deployment environment to production azure workflow (github#24629)
1 parent b0586d0 commit 86b0cf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
if: ${{ github.repository == 'github/docs-internal' }}
2626
runs-on: ubuntu-latest
2727
timeout-minutes: 15
28+
environment:
29+
name: production-azure
30+
url: 'https://docs.github.com'
2831
env:
2932
DOCKER_IMAGE: ${{ secrets.PROD_REGISTRY_SERVER }}/${{ github.repository }}:${{ github.sha }}
3033

0 commit comments

Comments
 (0)