Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 491 Bytes

Laravel Cloud Deploy

This GitHub Action will trigger a deployment on Laravel Cloud.

Check out the documentation to retrieve your webhook URL.

Usage

name: Deploy

on:
  push:

jobs:
  deploy:
    name: Deploy
    runs-on: ubuntu-latest
    steps:
        - name: Deploy
          uses: nhedger/laravel-cloud-deploy@v1
          with:
            webhook: ${{ secrets.LARAVEL_CLOUD_WEBHOOK }}