converter script de shell em yaml
ssh -p 222 [email protected] "~/composer.phar self-update && ~/composer.phar install --no-dev -d ~/public_html && cd ~/public_html && find -type d -print0 | xargs -0 chmod 0775 && find -type f -print0 | xargs -0 chmod 0644 && cd ~/public_html/vendor/bin && chmod +x *"
Tobi X