Skip to content

Commit

Permalink
Update azure-deploy-f24.yml
Browse files Browse the repository at this point in the history
added build command
  • Loading branch information
LeeMEow23 authored Oct 24, 2024
1 parent 088bfc1 commit 8ef5e52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
"redis:host": "${{ secrets.REDIS_HOST }}",
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'
- name: Rebuild NodeBB tpl
run: ./nodebb build tpl

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

0 comments on commit 8ef5e52

Please sign in to comment.