Updates for new website --nobuild

This commit is contained in:
WillyJL
2025-08-04 03:33:53 +02:00
parent c02169556b
commit ed1bcc03b6
5 changed files with 40 additions and 17 deletions

View File

@@ -45,6 +45,13 @@ jobs:
curl --fail -L -H "Token: ${{ secrets.INDEXER_TOKEN }}" \
"${{ secrets.INDEXER_URL }}"/firmware/reindex;
- name: "Force deploy website to refresh releases"
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
repository: Next-Flip/v2.momentum-fw.dev
event-type: force-deploy
- name: "Send release notification"
env:
RELEASE_WEBHOOK: ${{ secrets.RELEASE_WEBHOOK }}