Skip to content

docs: update links in README.md #524

docs: update links in README.md

docs: update links in README.md #524

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/[email protected]
with:
trigger_url: ${{ secrets.TRIGGER_URL }}