Skip to content

Instantly share code, notes, and snippets.

View st3phani's full-sized avatar

Stefan Iurasog st3phani

  • Green Art Business
View GitHub Profile
@st3phani
st3phani / 1step-Install-Deployer-Magento2-BitbucketPipelines.md
Created April 3, 2020 21:37 — forked from rafaelstz/1step-Install-Deployer-Magento2-BitbucketPipelines.md
Preparing the integration between Magento 2 + Bitbucket Pipelines + Deployer

Use both files in your root folder and run:

curl -LO https://deployer.org/deployer.phar && sudo mv deployer.phar /usr/local/bin/dep && sudo chmod +x /usr/local/bin/dep
composer require deployer/recipes --dev
composer require rafaelstz/deployer-magento2 dev-master --dev