debug: Add verbose logging to find container app
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
10da97f86f
commit
5331932a5a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-deploy.yml
vendored
6
.github/workflows/build-deploy.yml
vendored
|
|
@ -45,7 +45,13 @@ jobs:
|
|||
with:
|
||||
azcliversion: latest
|
||||
inlineScript: |
|
||||
echo "=== Available subscriptions ==="
|
||||
az account list --output table
|
||||
echo "=== Setting subscription ==="
|
||||
az account set --subscription "3cc406aa-d237-4736-8d6d-abeda10fa477"
|
||||
echo "=== Listing container apps ==="
|
||||
az containerapp list --resource-group ${{ env.RESOURCE_GROUP }} --output table
|
||||
echo "=== Updating container app ==="
|
||||
az containerapp update \
|
||||
--name ${{ env.CONTAINER_APP_NAME }} \
|
||||
--resource-group ${{ env.RESOURCE_GROUP }} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue