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 1c8e5c3 commit bc890b8
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_3edd70ed77f14668aa39bd13bf626b3c }}
password: ${{ secrets.AzureAppService_ContainerPassword_6f9fd90d24974b95abf2b4ca2bfea347 }}
username: ${{ secrets.AzureAppService_ContainerUsername_cc158e94eda94f5b90d9b86d28343e24 }}
password: ${{ secrets.AzureAppService_ContainerPassword_43cf1b2ca96b47c4b8dd0b5112df7877 }}

- name: Build and push container image to registry
uses: docker/build-push-action@v3
with:
push: true
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_3edd70ed77f14668aa39bd13bf626b3c }}/detection:${{ github.sha }}
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_cc158e94eda94f5b90d9b86d28343e24 }}/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_ef40797876454a34bad28cd938fb3429 }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_3edd70ed77f14668aa39bd13bf626b3c }}/detection:${{ github.sha }}'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_0b345928edf040169e64a8fe96f6068e }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_cc158e94eda94f5b90d9b86d28343e24 }}/detectiononlinesexism:${{ github.sha }}'

0 comments on commit bc890b8

Please sign in to comment.