deriegle/Laravel Cloud Deploy and Verify
Trigger a Laravel Cloud deployment and wait for it to finish
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 2, 2026
- License
- None
Pinned Snippet
uses: deriegle/laravel-cloud-deploy@fd79f0eb292913f0520af15221d11ada0bfcb58d # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | The deploy hook URL to trigger the deployment | yes | — |
| api-token | Laravel Cloud API token, used to poll deployment status | yes | — |
| environment-id | Laravel Cloud environment ID to poll | yes | — |
| commit | Commit SHA to match the deployment against when waiting | no | ${{ github.sha }} |
| timeout | Maximum number of seconds to wait for the deployment to finish | no | 180 |
| interval | Number of seconds between deployment status polls | no | 10 |
Outputs
no outputs