SlideShare a Scribd company logo
Magento 2 Deploy Strategies
Rafael Corrêa Gomes
Main points
- Don’t be afraid to deploy
- Everyone deploy with same quality
- Delivery more with less downtime
- Reduce your costs
- How to start it today
2
When and why?
- Repetitive process
- Running unnecessary commands
- Developers run it differently
- Long downtime
- Harder rollback
- Expensive pipelines
3
Challenges
- Continuously improving
- Resilient tool
- Developer friendly
- Reduce training
- Junior deploy
- PMs deploy
- Integrate Slack
- Integrate Magemojo
- Smooth transition
4
Code Snippet
bin/magento maintenance:enable &&
composer install --no-dev &&
bin/magento setup:upgrade &&
bin/magento setup:static-content:deploy -j 5 &&
bin/magento setup:di:compile &&
bin/magento cache:flush &&
bin/magento indexer:reindex &&
bin/magento maintenance:disable
5
Code Snippet Benefits
- Apply it today
- Speed
- Consistency
- x Can be faster
- x Can be more dev friendly
- x Not resilient
- x Not integrated
6
Magedeploy.sh
7
CD vs Deployment Tools
Continuous deploy
- Watch branches
- 1-click to run
Deployment tools
- Easy local run
- Help to develop
8
Continuous Deploy Tools
- Github Actions / Bitbucket Pipelines
- Jenkins
- DeployBot
9
Github Actions / Bitbucket Pipelines
- Integrated system
- Faster to start
10
Jenkins
- Extensive tests
- Many projects
- Devops
11
DeployBot
- Cheap
- Easy to control
- Independent
12
Deployment Tools
- scp or rsync
- Capistrano
- Deployer
13
Pipeline deployment workflow
14
- Expensive Bitbucket Pipelines
- Same environment to compile
- Downtime
- Small to large projects
Zero Downtime
- Magento 2.2
- bin/magento setup:db:status
- bin/magento cron:install
- bin/magento config:sensitive:set
15
Deployer Magento 2 Recipe
- 8.3k Downloads
- Keep last releases
- Easy to start
- Easy to customize
- It’s just SSH
- Zero downtime
16
Project settings
Git
- Add composer.lock
- Not versioning files generated
- Not versioning media files
- Add Auth.json
17
Deployer Magento 2 Recipe
18
19
Deployer Magento 2 Recipe Commands
20
Folders
- releases contains releases dirs,
- shared contains shared files and dirs,
- current symlink to current release.
21
Shared
22
23
Deploy without releases and symlinks
24
Custom tasks
25
26
27
Slack integration
28
Magento 2 + Bitbucket Pipelines + Deployer
29
Magento 2 + Bitbucket Pipelines + Deployer
30
Magento 2 Commerce Cloud
- Setup the Magento Cloud CLI
- Create bitbucket.json
- Webhook
- Create branches / envs via CLI
- Test
31
Magento 2 Commerce Cloud
32
Magemojo Stratus Recipe
33
Magemojo Stratus Recipe
34
Thank you!
@rafaelcgstz

More Related Content

Similar to Magento 2 Deploy Strategies (20)

PDF
Everything You Ever Wanted To Know About Cloud.pdf
BarnyShergold1
 
PDF
DevHub 3 - Composer plus Magento
Magento Dev
 
PPTX
Introduction to git & github
Vinothini KadambavanaSundaram
 
PPTX
Zendcon scaling magento
Mathew Beane
 
PDF
Software Delivery in 2016 - A Continuous Delivery Approach
Giovanni Toraldo
 
PPTX
Meet Magento Spain 2019 - Our Experience with Magento Cloud
Lyzun Oleksandr
 
PDF
Git workshop
Reslan Al Tinawi
 
PDF
Grunt.js and Yeoman, Continous Integration
David Amend
 
PPTX
Warden @ Meet magento Romania 2021
alinalexandru
 
PDF
Continuous Integration/Deployment with Gitlab CI
David Hahn
 
PDF
Jenkins to Gitlab - Intelligent Build-Pipelines
Christian Münch
 
PPTX
Phpworld.2015 scaling magento
Mathew Beane
 
PDF
Gitlab ci e kubernetes, build test and deploy your projects like a pro
sparkfabrik
 
PPTX
drupal ci cd concept cornel univercity.pptx
rukuntravel
 
PPT
DevOps / Agile Tools Seminar 2013
Ethan Ram
 
PDF
Webpack: from 0 to 2
Alessandro Bellini
 
PDF
The Secrets of The FullStack Ninja - Part A - Session I
Oded Sagir
 
PPTX
Mulesoft Meetup Milano #9 - Batch Processing and CI/CD
Gonzalo Marcos Ansoain
 
PPTX
Lonestar php scalingmagento
Mathew Beane
 
PDF
Rock-solid Magento Development and Deployment Workflows
AOE
 
Everything You Ever Wanted To Know About Cloud.pdf
BarnyShergold1
 
DevHub 3 - Composer plus Magento
Magento Dev
 
Introduction to git & github
Vinothini KadambavanaSundaram
 
Zendcon scaling magento
Mathew Beane
 
Software Delivery in 2016 - A Continuous Delivery Approach
Giovanni Toraldo
 
Meet Magento Spain 2019 - Our Experience with Magento Cloud
Lyzun Oleksandr
 
Git workshop
Reslan Al Tinawi
 
Grunt.js and Yeoman, Continous Integration
David Amend
 
Warden @ Meet magento Romania 2021
alinalexandru
 
Continuous Integration/Deployment with Gitlab CI
David Hahn
 
Jenkins to Gitlab - Intelligent Build-Pipelines
Christian Münch
 
Phpworld.2015 scaling magento
Mathew Beane
 
Gitlab ci e kubernetes, build test and deploy your projects like a pro
sparkfabrik
 
drupal ci cd concept cornel univercity.pptx
rukuntravel
 
DevOps / Agile Tools Seminar 2013
Ethan Ram
 
Webpack: from 0 to 2
Alessandro Bellini
 
The Secrets of The FullStack Ninja - Part A - Session I
Oded Sagir
 
Mulesoft Meetup Milano #9 - Batch Processing and CI/CD
Gonzalo Marcos Ansoain
 
Lonestar php scalingmagento
Mathew Beane
 
Rock-solid Magento Development and Deployment Workflows
AOE
 

More from Rafael Corrêa Gomes (20)

PDF
Prevendo riscos de grandes projetos - Rafael Correa Gomes
Rafael Corrêa Gomes
 
PDF
Shopify Hydrogen - Devs Meetup Brasil
Rafael Corrêa Gomes
 
PDF
Ecommerce Tech Summit - Login without forms - Geekle
Rafael Corrêa Gomes
 
PDF
Optimizing your development process with Adobe Commerce
Rafael Corrêa Gomes
 
PDF
Projetos e processos Magento 2
Rafael Corrêa Gomes
 
PDF
MageConf 2020 - Deep dive into an Innovations Lab project - Rafael Correa Gomes
Rafael Corrêa Gomes
 
PDF
Google Travel UX Playbook
Rafael Corrêa Gomes
 
PDF
Google Lead Generation UX Playbook
Rafael Corrêa Gomes
 
PDF
Improving the user experience using Magento 2 Credential Management
Rafael Corrêa Gomes
 
PDF
Google eCommerce UX Playbook for Retail
Rafael Corrêa Gomes
 
PDF
Ecommerce Mobile Optimization
Rafael Corrêa Gomes
 
PDF
Innovate with payment methods
Rafael Corrêa Gomes
 
PDF
Optimize your development workflow
Rafael Corrêa Gomes
 
PDF
Dicas de carreira internacional para desenvolvedores Magento
Rafael Corrêa Gomes
 
PDF
Why Magento?
Rafael Corrêa Gomes
 
PDF
Utilizando a API do Magento 2
Rafael Corrêa Gomes
 
PDF
Magento: Mitos vs Vantagens
Rafael Corrêa Gomes
 
PDF
Boas práticas Magento 2
Rafael Corrêa Gomes
 
PDF
Novidades do Magento 2
Rafael Corrêa Gomes
 
PDF
Como criar módulos para magento 2
Rafael Corrêa Gomes
 
Prevendo riscos de grandes projetos - Rafael Correa Gomes
Rafael Corrêa Gomes
 
Shopify Hydrogen - Devs Meetup Brasil
Rafael Corrêa Gomes
 
Ecommerce Tech Summit - Login without forms - Geekle
Rafael Corrêa Gomes
 
Optimizing your development process with Adobe Commerce
Rafael Corrêa Gomes
 
Projetos e processos Magento 2
Rafael Corrêa Gomes
 
MageConf 2020 - Deep dive into an Innovations Lab project - Rafael Correa Gomes
Rafael Corrêa Gomes
 
Google Travel UX Playbook
Rafael Corrêa Gomes
 
Google Lead Generation UX Playbook
Rafael Corrêa Gomes
 
Improving the user experience using Magento 2 Credential Management
Rafael Corrêa Gomes
 
Google eCommerce UX Playbook for Retail
Rafael Corrêa Gomes
 
Ecommerce Mobile Optimization
Rafael Corrêa Gomes
 
Innovate with payment methods
Rafael Corrêa Gomes
 
Optimize your development workflow
Rafael Corrêa Gomes
 
Dicas de carreira internacional para desenvolvedores Magento
Rafael Corrêa Gomes
 
Why Magento?
Rafael Corrêa Gomes
 
Utilizando a API do Magento 2
Rafael Corrêa Gomes
 
Magento: Mitos vs Vantagens
Rafael Corrêa Gomes
 
Boas práticas Magento 2
Rafael Corrêa Gomes
 
Novidades do Magento 2
Rafael Corrêa Gomes
 
Como criar módulos para magento 2
Rafael Corrêa Gomes
 
Ad

Recently uploaded (20)

PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
Biography of Daniel Podor.pdf
Daniel Podor
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
July Patch Tuesday
Ivanti
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Biography of Daniel Podor.pdf
Daniel Podor
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
July Patch Tuesday
Ivanti
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Ad

Magento 2 Deploy Strategies