artifact_deployment
Security covered
Introduction
The Artifact Deployment module is a drop site-wide Drush Command replacement for Acquia BLT command `blt artifact:deploy`.
The primary use case for this Drush Command is:
- Create an artifact based on a Drupal installation including the vendor dependencies
- Sanitize artifact
- Push artifact to arbitrary git repository
Usage
Example usage:
drush artifact_deployment:build --destination-git-branch="main" --destination-git-url="[email protected]:your/repo.git" --post-build-script="my/script/finish-artifact.sh"
Installation
Install via composer require drupal/artifact_deployment. The drush command will be installed automatically under drush/Commands/artifact_deployment.