Skip to content

Commit 626b942

Browse files
authored
Update deploy.yml
1 parent a400f39 commit 626b942

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,3 @@ jobs:
4141
push: true
4242
tags: ${{ steps.meta.outputs.tags }}
4343
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

Comments
 (0)