fixel / forge-deploy
There is no license information available for the latest version (v2.0.0) of this package.
v2.0.0
2023-06-09 04:34 UTC
Requires
- gitonomy/gitlib: ^1.3
This package is auto-updated.
Last update: 2024-10-09 07:24:15 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-config
viaphp artisan vendor:publish
- Provide your Forge site's server ID, site ID, and deployment token via
.env
variables or config directly - Update Git portion of Forge deployment script to something like this:
git fetch origin
git checkout $FORGE_VAR_HASH