mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-11 02:50:29 +00:00
🛠️ 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:
@@ -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 }}
|
||||
Reference in New Issue
Block a user