Skip to content

Commit

Permalink
Add or update the App Service deployment workflow configuration from …
Browse files Browse the repository at this point in the history
…Azure Portal.
  • Loading branch information
tsolakoua committed Sep 24, 2024
1 parent 0be3aff commit 30b2f91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/master_hotel-booking-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_15beb4c6926e42a8827e19aca348a1ff }}
images: '1a4devcontain.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3f70eb0a1a704d368a554f75166bf7f0 }}/amadeushotelbookingdjango:${{ github.sha }}'

0 comments on commit 30b2f91

Please sign in to comment.