fix: Resource group is resource-core after move
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
5331932a5a
commit
60246b7922
1 changed files with 0 additions and 7 deletions
7
.github/workflows/build-deploy.yml
vendored
7
.github/workflows/build-deploy.yml
vendored
|
|
@ -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 }} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue