From f6d72d54ada00feb95e88d9687bfcb9c78a3de84 Mon Sep 17 00:00:00 2001 From: bencondemi <105668786+bencondemi@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:40:57 -0500 Subject: [PATCH] Update azure-deploy-f24.yml --- .github/workflows/azure-deploy-f24.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-deploy-f24.yml b/.github/workflows/azure-deploy-f24.yml index 63e1b110cc..8e93a7f584 100644 --- a/.github/workflows/azure-deploy-f24.yml +++ b/.github/workflows/azure-deploy-f24.yml @@ -6,7 +6,7 @@ name: Build and deploy Node.js app to Azure Web App - nodebb-f24 on: push: branches: - - f24 + - bc/translate workflow_dispatch: concurrency: @@ -35,7 +35,7 @@ jobs: - name: Set up NodeBB run: | - ./nodebb setup '{"url":"https://nodebb-d-buggers.azurewebsites.net:443", + ./nodebb setup '{"url":"https://nodebb-d-buggers2.azurewebsites.net:443", "admin:username": "admin", "admin:password": "${{ secrets.ADMIN_PASSWORD }}", "admin:password:confirm": "${{ secrets.ADMIN_PASSWORD }}", @@ -56,7 +56,7 @@ jobs: id: deploy-to-webapp uses: azure/webapps-deploy@v2 with: - app-name: 'nodebb-d-buggers' + app-name: 'nodebb-d-buggers2' slot-name: 'Production' publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_114CAAE57AF4486D9FDF1ED38DBB21FD }} package: .