Skip to content

Commit

Permalink
Merge pull request #47 from CMU-313/frontend-deployment
Browse files Browse the repository at this point in the history
Modified azure workflow to install frontend repo
  • Loading branch information
etong11 authored Oct 22, 2024
2 parents 07f3adc + 7d9d4b8 commit 3c6a6af
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 3c6a6af

Please sign in to comment.