From 0be3aff533b0c2df38a3c5c751ceadf3c0a2cd05 Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Tue, 24 Sep 2024 17:40:37 +0200 Subject: [PATCH] Add or update the App Service deployment workflow configuration from Azure Portal. --- .github/workflows/master_hotel-booking-engine.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/master_hotel-booking-engine.yml b/.github/workflows/master_hotel-booking-engine.yml index 8178172..c54548a 100644 --- a/.github/workflows/master_hotel-booking-engine.yml +++ b/.github/workflows/master_hotel-booking-engine.yml @@ -23,14 +23,14 @@ jobs: uses: docker/login-action@v2 with: registry: https://1a4devcontain.azurecr.io/ - username: ${{ secrets.AzureAppService_ContainerUsername_fb08a423f1b745eaa2eee7aad273a3c4 }} - password: ${{ secrets.AzureAppService_ContainerPassword_a2142f6363954571bc75bd21d3bdfe54 }} + username: ${{ secrets.AzureAppService_ContainerUsername_40b8cf5189014c0ca6ff80c6fc6abd98 }} + password: ${{ secrets.AzureAppService_ContainerPassword_1c102d3c7c9343d1ac45b762929a84bf }} - name: Build and push container image to registry uses: docker/build-push-action@v3 with: push: true - tags: 1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_fb08a423f1b745eaa2eee7aad273a3c4 }}/amadeushotelbookingdjango:${{ github.sha }} + tags: 1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_40b8cf5189014c0ca6ff80c6fc6abd98 }}/amadeushotelbookingdjango:${{ github.sha }} file: ./Dockerfile deploy: @@ -47,5 +47,5 @@ jobs: with: app-name: 'hotel-booking-engine' slot-name: 'production' - publish-profile: ${{ secrets.AzureAppService_PublishProfile_47cad4347c574369a22431166ac28e95 }} - images: '1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_fb08a423f1b745eaa2eee7aad273a3c4 }}/amadeushotelbookingdjango:${{ github.sha }}' \ No newline at end of file + publish-profile: ${{ secrets.AzureAppService_PublishProfile_b47cc684f78546efbee0b71ddd7c72db }} + images: '1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_40b8cf5189014c0ca6ff80c6fc6abd98 }}/amadeushotelbookingdjango:${{ github.sha }}' \ No newline at end of file