mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add Github workflow for forge deploy
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