petebishwhip/Deploy to Laravel Cloud

Trigger a Laravel Cloud deployment and optionally wait for it to finish.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_tokenLaravel Cloud API token (Bearer token from the Cloud UI).yes
application_nameLaravel Cloud application name (used to resolve the environment id).no
environment_nameLaravel Cloud environment name (used to resolve the environment id).no
environmentLaravel Cloud environment identifier (optional if using application_name + environment_name).no
environment_idAlias for environment id (optional if using application_name + environment_name).no
no_waitDo not wait for deployment to finish.nofalse
no_chatterDisable periodic status messages while waiting.nofalse
poll_interval_secondsSeconds between status checks when waiting.no10
timeout_secondsMaximum seconds to wait for deployment to finish.no180
namedescription
deployment_idThe Laravel Cloud deployment id.
deployment_statusThe final deployment status when waiting, or initial status when not waiting.
deployment_urlAPI URL for the deployment resource if provided by the API.
environment_urlEnvironment URL (vanity domain if available, otherwise API link).
success"true" when the deployment succeeds; otherwise "false".