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 d75e1c4 commit e7ae882Copy full SHA for e7ae882
1 file changed
.github/workflows/deploy.yml
@@ -183,15 +183,13 @@ jobs:
183
CONTAINER_APP_NAME=$(az containerapp list \
184
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
185
--query "[0].name" -o tsv)
186
-
187
MACAE_URL_API=$(az containerapp show \
188
--name "$CONTAINER_APP_NAME" \
189
190
--query "properties.configuration.ingress.fqdn" -o tsv)
191
192
echo "MACAE_URL_API=https://${MACAE_URL_API}" >> $GITHUB_OUTPUT
193
echo "CONTAINER_APP=${CONTAINER_APP_NAME}" >> $GITHUB_OUTPUT
194
+
195
- name: Logout from Azure
196
run: |
197
az logout
0 commit comments