Skip to content

Commit

Permalink
ci: revert "use https links for GitHub branch demo servers"
Browse files Browse the repository at this point in the history
* needs to stay http as long as the used ICM is configured with http since it has no valid certificate

This reverts commit 3b48c0f.
  • Loading branch information
shauke committed Jan 16, 2023
1 parent ec4efac commit 858ec4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo-server-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
issue-number: ${{ steps.find-pull-request.outputs.number }}
body: |
Azure Demo Servers are available:
- [Universal B2B](https://${{ env.AZURE_WEBAPP_NAME }}.azurewebsites.net/en/home)
- [Universal B2C](https://${{ env.AZURE_WEBAPP_NAME }}.azurewebsites.net/b2c/home)
- [Universal B2B](http://${{ env.AZURE_WEBAPP_NAME }}.azurewebsites.net/en/home)
- [Universal B2C](http://${{ env.AZURE_WEBAPP_NAME }}.azurewebsites.net/b2c/home)

0 comments on commit 858ec4d

Please sign in to comment.