We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a400f39 commit 626b942Copy full SHA for 626b942
1 file changed
.github/workflows/deploy.yml
@@ -41,16 +41,3 @@ jobs:
41
push: true
42
tags: ${{ steps.meta.outputs.tags }}
43
labels: ${{ steps.meta.outputs.labels }}
44
-
45
- deploy:
46
- runs-on: ubuntu-latest
47
- needs: build
48
49
- steps:
50
- - name: Deploy to Azure App Service
51
- id: deploy-to-webapp
52
- uses: azure/webapps-deploy@v2
53
- with:
54
- app-name: 'tomateto-api'
55
- publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
56
- images: ghcr.io/adamscript/tomateto-api:latest
0 commit comments