From c119cc49ac01eb27eb161410807448cccb9e5cd2 Mon Sep 17 00:00:00 2001 From: jdufitum <156033924+jdufitum@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:16:39 +0300 Subject: [PATCH] Update azure-deploy-f24.yml deployment --- .github/workflows/azure-deploy-f24.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/azure-deploy-f24.yml b/.github/workflows/azure-deploy-f24.yml index e35e0f7018..bbb474aedc 100644 --- a/.github/workflows/azure-deploy-f24.yml +++ b/.github/workflows/azure-deploy-f24.yml @@ -19,7 +19,7 @@ jobs: ./.github/workflows/test.yaml build-and-deploy: - if: github.repository == 'cmu-313/NodeBB' + if: github.repository == 'CMU-17313Q/nodebb-f24-pentagon' needs: lint-and-test runs-on: ubuntu-latest @@ -34,7 +34,7 @@ jobs: - name: Set up NodeBB run: | - ./nodebb setup '{"url":"https://nodebb-f24.azurewebsites.net:443", + ./nodebb setup '{"url":"https://nodebb-pentagon.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: 'nodebb-f24' + app-name: 'nodebb-pentagon' slot-name: 'Production' - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_BFAB97B1AB1441ACA7C63280F91AD3F3 }} + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_FDC8789F5F14479E9773BD27032F7A16 }} package: .