Skip to content

Commit

Permalink
Modified azure deployment to install using git link
Browse files Browse the repository at this point in the history
  • Loading branch information
etong11 committed Oct 23, 2024
1 parent afc7591 commit c3180ba
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
with:
node-version: '20.17.0'

- name: Install frontend repo as a dependency
run: |
npm install ./nodebb-frontend-f24-team-software-stars
- name: Set up NodeBB
run: |
./nodebb setup '{"url":"https://nodebb-software-stars.azurewebsites.net:443",
Expand All @@ -47,6 +43,14 @@ jobs:
"redis:host": "${{ secrets.REDIS_HOST }}",
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'
- name: Install frontend repo as a dependency
run: |
npm install https://github.com/CMU-313/nodebb-frontend-f24-team-software-stars.git
- name: Build frontend
run: |
./nodebb build
- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit c3180ba

Please sign in to comment.