git pull
php bin/console cache:clear --env=prod
php bin/console cache:clear --env=dev
find /home/shreecom/public_html -type f -exec chmod 644 {} \;
find /home/shreecom/public_html -type d -exec chmod 755 {} \;