Skip to content

Commit

Permalink
Update main_socalmeshbot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenner authored Oct 22, 2024
1 parent a6e5254 commit 7453da1
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/main_socalmeshbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,5 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: dragones.azurecr.io/socalmeshbot:${{ github.sha }}
file: ./Dockerfile # Make sure this is the correct path to your Dockerfile

deploy:
runs-on: ubuntu-latest
needs: build
environment:
name: 'production'

steps:
- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
with:
app-name: 'socalmeshbot'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_1027a7ef2c324fb1a4275ee4a67ff831 }}
images: dragones.azurecr.io/socalmeshbot:${{ github.sha }}
tags: dragones.azurecr.io/socalmeshbot:latest
file: ./Dockerfile

0 comments on commit 7453da1

Please sign in to comment.