diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b2e419a..1e468b4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,3 +21,9 @@ jobs: - name: Publish docker image run: | docker push aminespinoza/websiteplatzi:latest + - name: App service auth + uses: azure/webapps-deploy@v2 + with: + app-name: 'amineswebapp ' + publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} + images: 'aminespinoza/websiteplatzi:latest'