Skip to content

Instantly share code, notes, and snippets.

@themakunga
Created November 16, 2017 18:51
Show Gist options
  • Save themakunga/72fec1fbf5b71926a0a74e702afd90ed to your computer and use it in GitHub Desktop.
Save themakunga/72fec1fbf5b71926a0a74e702afd90ed to your computer and use it in GitHub Desktop.
tuve que hacer este script para complilar esa mierda de magento, usarlo en la raiz del sitio una vez subido sus cambios, si quieren control de versiones tendran que esperar
#!/bin/bash
bin="php ./bin/magento"
${bin} setup:upgrade
rm -rf ./var/di
${bin} setup:di:compile
${bin} cache:clean
${bin} cache:flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment