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: .