We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1c920 commit 5739019Copy full SHA for 5739019
.github/workflows/build-and-stage.yml
@@ -69,7 +69,7 @@ jobs:
69
70
deploy:
71
name: Deploy
72
- environment: production
+ environment: Staging
73
needs:
74
- build
75
runs-on: ubuntu-latest
.github/workflows/stage-prod-swap.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Promote to production
9
10
environment:
11
- name: 'Production'
+ name: Production
12
url: 'https://${{ vars.AZURE_WEBAPP_NAME }}.azurewebsites.net/'
13
14
steps:
0 commit comments