Skip to content

Commit

Permalink
use proper app-service
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbjoralt committed Oct 13, 2023
1 parent 04a7e1c commit f02a821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: frontend-docker-test-2
publish-profile: ${{ secrets.TMP_DOCKER_PUSH }}
app-name: vibes-frontend-dev
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_FRONTEND }}
images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}'

0 comments on commit f02a821

Please sign in to comment.