Skip to content

Commit

Permalink
build: remove deployment to azure (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaSch0212 authored Jun 9, 2024
1 parent 68928dc commit 8d4612a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,3 @@ jobs:
id: push_docker
run: pnpm docker:push
if: github.ref == 'refs/heads/main'

- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: "Minigolffreitag"
slot-name: "production"
publish-profile: ${{ secrets.AzureAppService_PublishProfile_4d5a9096408d4948a5453808899f123a }}
images: "masch0212/minigolf-friday:${{ steps.push_docker.outputs.docker_tag }}"
if: github.ref == 'refs/heads/main'

0 comments on commit 8d4612a

Please sign in to comment.