diff --git a/.github/workflows/azure-deploy-f24.yml b/.github/workflows/azure-deploy-f24.yml index 8eb1f7b717..2a2a05a0dc 100644 --- a/.github/workflows/azure-deploy-f24.yml +++ b/.github/workflows/azure-deploy-f24.yml @@ -34,7 +34,8 @@ 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 }}", @@ -42,7 +43,8 @@ jobs: "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