Drupal is a registered trademark of Dries Buytaert

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.

Activity

Total releases
1
First release
Jan 2025
Latest release
1 year ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.0.0-beta2 Pre-release Jan 22, 2025