Skip to content

nhedger/laravel-cloud-deploy

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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 }}