Laravel Cloud Deploy
ActionsTags
(2)This GitHub Action will trigger a deployment on Laravel Cloud.
Check out the documentation to retrieve your webhook URL.
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.