This package contains Deployer recipes used to help deploy Studio 24 projects.
- Installation - how to use Deployer for a project
- Upgrading - how to upgrade from v1 (Deployer 6) to v2 (Deployer 7)
- Usage - how to perform different tasks with Deployer
- Common issues - common issues and how to resolve them
- Static site -
- Slack - send a notification to Slack when a deployment is complete
- build-summary - create a
_build_summary.json
file to record deployment info - check:branch - ensure only default branch (main/master) is deployed to production
- check:disk-space - display server disk usage prior to deployment
- confirm-continue - ask confirmation from user before continuing with deployment
- show - display a summary of the current deployment info
- vendors-subpath - Run composer install in a sub-path
- check:disk-space - display server disk usage prior to deployment
- check:ssh - check SSH connection to remote server
- logs:list - list available log files
- logs:view - view a log file
- logs:search - search a log file
- logs:download - download a log file
- show - display a summary of the current deployment info
- sync - sync files or folders from the remote host to local development