mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 11:46:47 +00:00
🌟 add GitHub Actions workflow for Laravel Forge deployment
This commit is contained in:
19
.github/workflows/deploy_on_forge.yml
vendored
Normal file
19
.github/workflows/deploy_on_forge.yml
vendored
Normal 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 }}
|
||||||
Reference in New Issue
Block a user