From b49900b69a88c729b9da96cef4e0d029eda38b6b Mon Sep 17 00:00:00 2001 From: Andy Rae Date: Tue, 20 Feb 2024 10:22:40 +0000 Subject: [PATCH] Test test web app deploy --- .github/workflows/test_ccom-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_ccom-test.yml b/.github/workflows/test_ccom-test.yml index edf3ec653..b730fcb51 100644 --- a/.github/workflows/test_ccom-test.yml +++ b/.github/workflows/test_ccom-test.yml @@ -6,7 +6,7 @@ name: Build and deploy container app to Azure Web App - ccom-test on: push: branches: - - test + - feat/635/refactor-repo-structure workflow_dispatch: jobs: @@ -31,7 +31,7 @@ jobs: with: push: true tags: ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }} - file: ./Dockerfile.deploy + file: ./app/Dockerfile.deploy deploy: runs-on: ubuntu-latest @@ -47,4 +47,4 @@ jobs: with: app-name: 'ccom-test' publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_TEST }} - images: 'ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }}' \ No newline at end of file + images: 'ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }}'