From a5d4c520afce42f8afb83e548a3b33c36d5d5f27 Mon Sep 17 00:00:00 2001 From: sophiefeng18 <149734868+sophiefeng18@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:00:15 -0400 Subject: [PATCH] Updates for successful deployment Re-editted some lines in .github/workflows/azure-deploy-f24.yml file since previous deployment attempts failed --- .github/workflows/azure-deploy-f24.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-deploy-f24.yml b/.github/workflows/azure-deploy-f24.yml index 359a20fced..9438b3347f 100644 --- a/.github/workflows/azure-deploy-f24.yml +++ b/.github/workflows/azure-deploy-f24.yml @@ -34,7 +34,7 @@ jobs: - name: Set up NodeBB run: | - ./nodebb setup '{"url":"https://nodebb-f24.azurewebsites.net:443", + ./nodebb setup '{"url":"https://nodebb-team-wooshiland.azurewebsites.net:443", "admin:username": "admin", "admin:password": "${{ secrets.ADMIN_PASSWORD }}", "admin:password:confirm": "${{ secrets.ADMIN_PASSWORD }}", @@ -48,7 +48,7 @@ jobs: id: deploy-to-webapp uses: azure/webapps-deploy@v2 with: - app-name: 'team-wooshiland-db' + app-name: 'nodebb-team-wooshiland' slot-name: 'Production' publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_F1A0715B06314A2D8B3FB65C53895447 }} package: .