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 5f9df75 commit b46e268Copy full SHA for b46e268
.github/workflows/deploy-aca-package.yml
@@ -119,8 +119,8 @@ jobs:
119
ingress: external
120
targetPort: 5209
121
environmentVariables: |
122
- CorsAllowedHosts=$(if [ ${{ env.CLIENT_CONTAINER_URL }} == '' ]; then echo "*"; else echo "https://${{ env.CLIENT_CONTAINER_URL }}"; fi)
123
- AppConfig__Endpoint=${{ secrets.APP_CONFIG_URL }}
+ CorsAllowedHosts=$(if [ ${{ env.CLIENT_CONTAINER_URL }} == '' ]; then echo "*"; else echo "https://${{ env.CLIENT_CONTAINER_URL }}"; fi) \
+ AppConfig__Endpoint=${{ secrets.APP_CONFIG_URL }} \
124
ASPNETCORE_ENVIRONMENT=Staging
125
#- name: Deploy to containerapp
126
# uses: azure/CLI@v1
0 commit comments