Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminespinoza10 authored Nov 6, 2024
1 parent 87dcdec commit 9677a9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 9677a9a

Please # to comment.