We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d044c0 commit 2c1bb37Copy full SHA for 2c1bb37
.github/workflows/deploy-production.yml
@@ -30,15 +30,6 @@ jobs:
30
- name: Zip artifact for deployment
31
run: zip release.zip ./build -r
32
33
- - name: Deploy to Azure webApp
34
- uses: azure/webapps-deploy@v3
35
- with:
36
- app-name: pof-backend-production
37
- publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
38
- package: ./dist.zip
39
- type: zip
40
- clean: true
41
-
42
deploy:
43
name: Deploy
44
runs-on: ubuntu-latest
0 commit comments