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

  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Project categories: Developer tools
  • Ecosystem: Drush
  • Created by ayalon on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases