Skip to content

Commit

Permalink
added frontend repo into azure deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynnchen-cmu authored Oct 23, 2024
1 parent 4b291f6 commit 407ff9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
"redis:host": "${{ secrets.REDIS_HOST }}",
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'
- name: Install frontend repo
run: |
npm i https://github.com/CMU-313/nodebb-frontend-f24-boba.git
- name: Install frontend repo dependencies
run: |
npm i ./nodebb-frontend-f24-boba
- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit 407ff9e

Please sign in to comment.