fixel / forge-deploy
Installs: 69
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/fixel/forge-deploy
Requires
- gitonomy/gitlib: ^1.3
This package is auto-updated.
Last update: 2025-10-09 09:35:48 UTC
README
Provides a deployment utility in the Statamic control panel to view a list of Git commits and deploy specific commits to Laravel Forge.
Instructions
composer require fixel/forge-deploy- Publish
forge-deploy-configviaphp artisan vendor:publish - Provide your Forge site's server ID, site ID, and deployment token via
.envvariables or config directly - Update Git portion of Forge deployment script to something like this:
git fetch origin
git checkout $FORGE_VAR_HASH