From e8086fd71aa57db8f9ab234efbf577486371de89 Mon Sep 17 00:00:00 2001 From: Kayla Lei Date: Tue, 29 Oct 2024 19:50:24 -0400 Subject: [PATCH] install frontend repo as dependency in deployment workflow --- .github/workflows/azure-deploy-f24.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/azure-deploy-f24.yml b/.github/workflows/azure-deploy-f24.yml index 47c2101ca9..6d755eb6b7 100644 --- a/.github/workflows/azure-deploy-f24.yml +++ b/.github/workflows/azure-deploy-f24.yml @@ -43,6 +43,10 @@ jobs: "redis:host": "${{ secrets.REDIS_HOST }}", "redis:port": "6379", "redis:password": "${{ secrets.REDIS_PASSWORD }}" }' + + - name: Install frontend repo as a dependency for the backend repo + run: | + npm install https://github.com/CMU-313/nodebb-frontend-f24-team-kale.git - name: 'Deploy to Azure Web App' id: deploy-to-webapp