🌟 add GitHub Actions workflow for Laravel Forge deployment

This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 09:52:22 +01:00
parent 1ef9b62762
commit b448c8642f

19
.github/workflows/deploy_on_forge.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
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 }}