Skip to content

Commit

Permalink
hopefully the final commit for automatic deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebRose committed Jan 3, 2024
1 parent 9e19d81 commit 1873b6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Deploy to Azure Web App
uses: azure/webapps-deploy@v2
with:
app-name: "MyWebApp"
slot-name: "production"
app-name: "simfba"
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
images: "simfba.azurecr.io/simfba:${{ github.sha }}"

0 comments on commit 1873b6c

Please sign in to comment.