Skip to content

readme

readme #4

Workflow file for this run

name: Laravel Forge Deployment
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy to Laravel Forge
env:
FORGE_API_URL: ${{ secrets.FORGE_API_URL }}
run: |
curl -X POST "$FORGE_API_URL"