Skip to content

Commit

Permalink
Update azure-deploy-f24.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaPim authored Oct 22, 2024
1 parent 4931dce commit e5d4cba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,17 @@ jobs:

- name: Set up NodeBB
run: |
./nodebb setup '{"url":"https://team-bluesleep-db-g9gncbexhhhjd7em.canadacentral-01.azurewebsites.net:443"}',
./nodebb setup '{
"url": "https://team-bluesleep-db-g9gncbexhhhjd7em.canadacentral-01.azurewebsites.net:443",
"admin:username": "admin",
"admin:password": "${{ secrets.ADMIN_PASSWORD }}",
"admin:password:confirm": "${{ secrets.ADMIN_PASSWORD }}",
"admin:email": "[email protected]",
"database": "redis",
"redis:host": "${{ secrets.REDIS_HOST }}",
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'
"redis:password": "${{ secrets.REDIS_PASSWORD }}"
}'
- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit e5d4cba

Please sign in to comment.