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 b60ec45 commit 3a39b5c
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_d3874a3aaa3b4debbc63631eca1cce2d }}
password: ${{ secrets.AzureAppService_ContainerPassword_1c652195b5f145baab5227018aa4caf7 }}
username: ${{ secrets.AzureAppService_ContainerUsername_6210186094874f238c7692e12bb739c3 }}
password: ${{ secrets.AzureAppService_ContainerPassword_fb21e60dcc214fdfa5d469d781cf5320 }}

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

deploy:
Expand All @@ -47,5 +47,5 @@ jobs:
with:
app-name: 'detectiononlinesexism'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_f672a29f3c7145648c83664b49082fdc }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_d3874a3aaa3b4debbc63631eca1cce2d }}/francebrescia / detectiononlinesexism:${{ github.sha }}'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_0de0b7e14f9a40b9ae14c94a7ebee291 }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_6210186094874f238c7692e12bb739c3 }}/nginx:${{ github.sha }}'

0 comments on commit 3a39b5c

Please sign in to comment.