Skip to content

Commit

Permalink
Aggiunge o aggiorna la configurazione del flusso di lavoro di distrib…
Browse files Browse the repository at this point in the history
…uzione del servizio app dal portale di Azure.
  • Loading branch information
FranceBrescia committed Dec 16, 2023
1 parent 58474d8 commit 86d847f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main_detectiononlinesexism.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://index.docker.io/v1/
username: ${{ secrets.AzureAppService_ContainerUsername_266b0402e98448838b4694e5856af35d }}
password: ${{ secrets.AzureAppService_ContainerPassword_a20c353542a24a2e8cd89226b7a7c2ee }}
username: ${{ secrets.AzureAppService_ContainerUsername_4bb4a28fee3b42328c4d7fd8f08cef05 }}
password: ${{ secrets.AzureAppService_ContainerPassword_46d70736a6874612ade3e7070487a704 }}

- name: Build and push container image to registry
uses: docker/build-push-action@v3
with:
push: true
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_266b0402e98448838b4694e5856af35d }}/Test:${{ github.sha }}
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4bb4a28fee3b42328c4d7fd8f08cef05 }}/francebrescia / detectiononlinesexism:${{ github.sha }}
file: ./Dockerfile

deploy:
Expand All @@ -47,5 +47,5 @@ jobs:
with:
app-name: 'detectiononlinesexism'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_a95d0682f3734b6c868ce79b2b242310 }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_266b0402e98448838b4694e5856af35d }}/Test:${{ github.sha }}'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_ccf243226bc54b92bb703acdd0b18b87 }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4bb4a28fee3b42328c4d7fd8f08cef05 }}/francebrescia / detectiononlinesexism:${{ github.sha }}'

0 comments on commit 86d847f

Please sign in to comment.