Skip to content

Commit

Permalink
Update azure-deploy-f24.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bencondemi authored Nov 12, 2024
1 parent ea867e1 commit f6d72d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build and deploy Node.js app to Azure Web App - nodebb-f24
on:
push:
branches:
- f24
- bc/translate
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:

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

0 comments on commit f6d72d5

Please sign in to comment.