Skip to content

Laravel Cloud Deploy

Actions
Trigger a Laravel Cloud deployment
v1.0.0
Latest
Star (0)

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

Laravel Cloud Deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Trigger a Laravel Cloud deployment
v1.0.0
Latest

Laravel Cloud Deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.