Skip to content

Instantly share code, notes, and snippets.

@shebin512
shebin512 / magedeploy.sh
Created August 8, 2021 18:44 — forked from rafaelstz/magedeploy.sh
Magento 2 Deploy script
#!/usr/bin/env bash
LANGUAGES="en_US pt_BR"
# production or developer
ENVIRONMENT="production"
COMPOSER=$(which composer)
PHP=$(which php)
ROOT=$(pwd)