From 30b2f91ffb04d0d564c6c25b118bb305bf0d77e7 Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Tue, 24 Sep 2024 17:45:08 +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 c54548a..c2ecb02 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_40b8cf5189014c0ca6ff80c6fc6abd98 }} - password: ${{ secrets.AzureAppService_ContainerPassword_1c102d3c7c9343d1ac45b762929a84bf }} + username: ${{ secrets.AzureAppService_ContainerUsername_3f70eb0a1a704d368a554f75166bf7f0 }} + password: ${{ secrets.AzureAppService_ContainerPassword_86a5c5c6689e44709d44bf1af34c7d78 }} - name: Build and push container image to registry uses: docker/build-push-action@v3 with: push: true - tags: 1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_40b8cf5189014c0ca6ff80c6fc6abd98 }}/amadeushotelbookingdjango:${{ github.sha }} + tags: 1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3f70eb0a1a704d368a554f75166bf7f0 }}/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_b47cc684f78546efbee0b71ddd7c72db }} - images: '1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_40b8cf5189014c0ca6ff80c6fc6abd98 }}/amadeushotelbookingdjango:${{ github.sha }}' \ No newline at end of file + publish-profile: ${{ secrets.AzureAppService_PublishProfile_15beb4c6926e42a8827e19aca348a1ff }} + images: '1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3f70eb0a1a704d368a554f75166bf7f0 }}/amadeushotelbookingdjango:${{ github.sha }}' \ No newline at end of file