Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.74 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.74 KB

Studio 24 Deployer recipes documentation

This package contains Deployer recipes used to help deploy Studio 24 projects.

Installation

  • Installation - how to use Deployer for a project
  • Upgrading - how to upgrade from v1 (Deployer 6) to v2 (Deployer 7)

How to use Deployer

  • Usage - how to perform different tasks with Deployer
  • Common issues - common issues and how to resolve them

Recipes

  • Slack - send a notification to Slack when a deployment is complete

Deployment tasks

  • 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

Utility tasks

  • 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