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="git@gitlab.com: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.
Supporting organizations:
Funding
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Developer tools
- Ecosystem: Drush
- Created by ayalon on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
1.0.0-beta2
released 22 January 2025
Drupal 11 compatibility
Development version: 1.0.x-dev updated 8 Apr 2025 at 22:35 UTC
