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
D-Antonelli committed Aug 9, 2024
1 parent 8e46647 commit 42fff54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/staging_finance-accumulator-web-app.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://codespice.azurecr.io/
username: ${{ secrets.AzureAppService_ContainerUsername_159d5883b6ae4447a4ea219955872bff }}
password: ${{ secrets.AzureAppService_ContainerPassword_441d9c417e6744f3a388e1cf837d9ca4 }}
username: ${{ secrets.AzureAppService_ContainerUsername_7669d7e7e983475bb9b74548501f3331 }}
password: ${{ secrets.AzureAppService_ContainerPassword_e164ffea54304645b9f20458582c99b2 }}

- name: Build and push container image to registry
uses: docker/build-push-action@v3
with:
push: true
tags: codespice.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_159d5883b6ae4447a4ea219955872bff }}/finance_accumulator_web:${{ github.sha }}
tags: codespice.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_7669d7e7e983475bb9b74548501f3331 }}/finance_accumulator_web:${{ github.sha }}
file: ./Dockerfile

deploy:
Expand All @@ -47,5 +47,5 @@ jobs:
with:
app-name: 'finance-accumulator-web-app'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_e112dce36cc64b1c97f53f12812f9618 }}
images: 'codespice.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_159d5883b6ae4447a4ea219955872bff }}/finance_accumulator_web:${{ github.sha }}'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_44e8474b2d654e6e84c46bcca2c6a90d }}
images: 'codespice.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_7669d7e7e983475bb9b74548501f3331 }}/finance_accumulator_web:${{ github.sha }}'

0 comments on commit 42fff54

Please sign in to comment.