Skip to content

Commit

Permalink
clone, install, rebuild frontend in azure-deploy-f24.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tu2463 committed Nov 12, 2024
1 parent fcca2f5 commit 186602b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
"redis:host": "${{ secrets.REDIS_HOST }}",
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'
- name: Clone frontend repo as a subdirectory
run: |
git clone https://github.com/CMU-313/nodebb-frontend-f24-sweethearts.git
- name: Install frontend dependencies
run: |
npm install ./nodebb-frontend-f24-sweethearts
./nodebb builds
- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand All @@ -51,4 +60,4 @@ jobs:
app-name: 'nodebb-sweethearts'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_1EB4B99F35534429BC64CC69FFF30973 }}
package: .
package: .

0 comments on commit 186602b

Please sign in to comment.