Skip to content

Commit

Permalink
just added development slot and updated publish profile reference. re…
Browse files Browse the repository at this point in the history
…moving .next from gitignore
  • Loading branch information
siddheshraze committed Feb 23, 2024
1 parent 11d9edf commit 2a2abba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
with:
app-name: 'forestgeo-livesite'
slot-name: 'development'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_3F1447A77BE14A4B9A487ED94F0327E1 }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: .
1 change: 0 additions & 1 deletion frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/coverage

# next.js
/.next/
/out/

# production
Expand Down

0 comments on commit 2a2abba

Please sign in to comment.