Skip to content

Commit

Permalink
Updates for successful deployment
Browse files Browse the repository at this point in the history
Re-editted some lines in .github/workflows/azure-deploy-f24.yml file since previous deployment attempts failed
  • Loading branch information
sophiefeng18 authored Oct 22, 2024
1 parent c74c713 commit a5d4c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Set up NodeBB
run: |
./nodebb setup '{"url":"https://nodebb-f24.azurewebsites.net:443",
./nodebb setup '{"url":"https://nodebb-team-wooshiland.azurewebsites.net:443",
"admin:username": "admin",
"admin:password": "${{ secrets.ADMIN_PASSWORD }}",
"admin:password:confirm": "${{ secrets.ADMIN_PASSWORD }}",
Expand All @@ -48,7 +48,7 @@ jobs:
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: 'team-wooshiland-db'
app-name: 'nodebb-team-wooshiland'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_F1A0715B06314A2D8B3FB65C53895447 }}
package: .

0 comments on commit a5d4c52

Please sign in to comment.