falconmedia / magento2-deployer-ci
Deployer v7 + GitLab CI templates and tasks for Magento 2 projects (hostless, variable-driven).
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/falconmedia/magento2-deployer-ci
This package is auto-updated.
Last update: 2025-10-10 12:35:21 UTC
README
Do not use in production for now. Just for testing!
FalconMedia Magento 2 — Deployer + CI Templates (GitLab & Bitbucket)
A reusable Composer library that ships:
- A production-ready Deployer v7 script for Magento 2.
- GitLab and Bitbucket Pipelines templates that generate
hosts.yml
from CI variables. - A one-off legacy → Deployer migration task.
- Optional Hyvä/Tailwind build per theme (configured via CI variables).
Usage (in a Magento project)
Install in your Magento project through composer
composer require --dev falconmedia/magento2-deployer-ci
# Choose your CI: --ci=gitlab (default) or --ci=bitbucket
Gitlab:
vendor/bin/m2-deployer-init . --ci=gitlab --guide git add deploy.php .gitlab-ci.yml bitbucket-pipelines.yml README-CI-DEPLOYER.md git commit -m "Add Deployer CI (GitLab)"
Bitbucket:
vendor/bin/m2-deployer-init . --ci=bitbucket --guide git add deploy.php bitbucket-pipelines.yml README-CI-DEPLOYER.md git commit -m "Add Deployer CI (Bitbucket)"