MAD-I-T / magento-actions

Github deployment actions for Magento 2
MIT License
99 stars 35 forks source link

build: deploy static content for other language(s) other than en_US #18

Closed seyuf closed 2 years ago

seyuf commented 2 years ago

Replace

bin/magento setup:di:compile
bin/magento deploy:mode:set --skip-compilation production
bin/magento setup:static-content:deploy

By

bin/magento deploy:mode:set production

This will trigger static deployment of any locales declared in config.yml