deriegle/Laravel Cloud Deploy and Verify

Trigger a Laravel Cloud deployment and wait for it to finish

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 2, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: deriegle/laravel-cloud-deploy@fd79f0eb292913f0520af15221d11ada0bfcb58d # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
webhookThe deploy hook URL to trigger the deploymentyes
api-tokenLaravel Cloud API token, used to poll deployment statusyes
environment-idLaravel Cloud environment ID to pollyes
commitCommit SHA to match the deployment against when waitingno${{ github.sha }}
timeoutMaximum number of seconds to wait for the deployment to finishno180
intervalNumber of seconds between deployment status pollsno10

no outputs