Skip to content

Commit

Permalink
Update azure-deploy-f24.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna-Cao authored Oct 29, 2024
1 parent 2fa6b24 commit a1bdd04
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@ jobs:
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'
- name: Clone Frontend
run: |
git clone https://github.com/CMU-313/nodebb-frontend-f24-team-sweepers.git
cd nodebb-frontend-f24-team-sweepers
cd nodebb-frontend-f24-team-sweepers
npm install
# - name: Install frontend repo
# - name: Clone Frontend
# run: |
# npm install https://github.com/CMU-313/nodebb-frontend-f24-team-sweepers.git
# git clone https://github.com/CMU-313/nodebb-frontend-f24-team-sweepers.git
# cd nodebb-frontend-f24-team-sweepers
# cd nodebb-frontend-f24-team-sweepers
# npm install

- name: Install frontend repo
run: |
npm install https://github.com/CMU-313/nodebb-frontend-f24-team-sweepers.git
- name: Build
run: |
./nodebb build
- name: Build
run: |
./nodebb build tpl
# - name: Build
# run: |
# ./nodebb build tpl

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit a1bdd04

Please sign in to comment.