Skip to content

Commit

Permalink
Added frontend dependency install to azure deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
etong11 committed Oct 22, 2024
1 parent 0bffdd5 commit 7d9d4b8
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: Clone frontend repo
run: |
git clone https://github.com/CMU-313/nodebb-frontend-f24-team-software-stars.git
- name: Install frontend repo as a dependency
run: |
npm install ../nodebb-frontend-f24-team-software-stars
- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit 7d9d4b8

Please sign in to comment.