From 7453da17f5acf52745387f02e33f029dbdbbbb9c Mon Sep 17 00:00:00 2001 From: Mike Benner <36419818+mikebenner@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:14:52 -0700 Subject: [PATCH] Update main_socalmeshbot.yml --- .github/workflows/main_socalmeshbot.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main_socalmeshbot.yml b/.github/workflows/main_socalmeshbot.yml index 062a422..bf6affd 100644 --- a/.github/workflows/main_socalmeshbot.yml +++ b/.github/workflows/main_socalmeshbot.yml @@ -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