Skip to content

Commit

Permalink
Merge pull request #51 from kaylalei/f24
Browse files Browse the repository at this point in the history
install frontend repo as dependency in deployment workflow
  • Loading branch information
kaylalei authored Oct 29, 2024
2 parents 9e3f587 + e8086fd commit 6b0a665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b0a665

Please sign in to comment.