From 60246b79228ea704b6b77a9fdb8328f4287fe397 Mon Sep 17 00:00:00 2001 From: ValueOn AG Date: Sun, 15 Feb 2026 00:45:18 +0100 Subject: [PATCH] fix: Resource group is resource-core after move Co-authored-by: Cursor --- .github/workflows/build-deploy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 20e8519..ad3924b 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -45,13 +45,6 @@ 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 }} \