🛠️ Remove deprecated Forge deployment workflow, add logic for fetching missing highscore names via Nostr, and update API routes with refined highscore endpoints.

This commit is contained in:
HolgerHatGarKeineNode
2026-02-02 12:36:00 +01:00
parent 6dd04dee30
commit bb84117fd1
4 changed files with 106 additions and 22 deletions
-19
View File
@@ -1,19 +0,0 @@
name: 'Deploy on push'
on:
push:
branches:
- master
jobs:
forge-deploy:
name: 'Laravel Forge Deploy'
runs-on: ubuntu-latest
environment: production
steps:
# Trigger Laravel Forge Deploy
- name: Deploy
uses: jbrooksuk/laravel-forge-action@v1.0.2
with:
trigger_url: ${{ secrets.TRIGGER_URL }}