Skip to content

Commit

Permalink
Deploy Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
emshyu authored Nov 13, 2024
1 parent bcf1187 commit 353d116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'
- name: Install NodeBB Frontend
run: npm install https://github.com/CMU-313/nodebb-frontend-f24-hunan-hunters.git

- name: Build NodeBB
run: ./nodebb build

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
Expand Down

0 comments on commit 353d116

Please sign in to comment.