From 0cf017458c2fc543c15f49373c33e84ffb77f198 Mon Sep 17 00:00:00 2001 From: Ammar Qaffaf Date: Thu, 22 Feb 2024 03:10:20 +0300 Subject: [PATCH] fix resource group --- .github/workflows/dev_syncrow(dev).yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_syncrow(dev).yml b/.github/workflows/dev_syncrow(dev).yml index 9c58403..fe53da8 100644 --- a/.github/workflows/dev_syncrow(dev).yml +++ b/.github/workflows/dev_syncrow(dev).yml @@ -53,6 +53,6 @@ jobs: run: | az webapp config container set \ --name ${{ env.AZURE_WEB_APP_NAME }} \ - --resource-group syncrow \ + --resource-group backend \ --docker-custom-image-name ${{ env.ACR_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} \ --docker-registry-server-url https://${{ env.ACR_REGISTRY }}