├── LICENSE.txt ├── README.md ├── cleanup.sh ├── composer.json ├── deploy.sh ├── install.sh └── n98-magerun2.phar /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tschifftner/magento2-deployscripts/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tschifftner/magento2-deployscripts/HEAD/README.md -------------------------------------------------------------------------------- /cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tschifftner/magento2-deployscripts/HEAD/cleanup.sh -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tschifftner/magento2-deployscripts/HEAD/composer.json -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tschifftner/magento2-deployscripts/HEAD/deploy.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tschifftner/magento2-deployscripts/HEAD/install.sh -------------------------------------------------------------------------------- /n98-magerun2.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tschifftner/magento2-deployscripts/HEAD/n98-magerun2.phar --------------------------------------------------------------------------------