Issue with deployment_environment #1552
Unanswered
Mirco Bianchini (sonomirco)
asked this question in
Q&A
Replies: 1 comment
|
Each PR is deployed to its own environment. This would be PR#78 in your git repo. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I followed these link.
https://learn.microsoft.com/en-us/azure/static-web-apps/named-environments?tabs=github-actions
#787
This is the action
Expected behavior
I should have this URL
https://mango-desert-0545fe40f-development.eastus2.5.azurestaticapps.netgenerated in the Azure Static Web App, but I have this onehttps://mango-desert-0545fe40f-78.eastus2.5.azurestaticapps.net/.auth/login/aad/callbackwhich it takes the PR's ID.All reactions