            git status
            git stash
            git pull origin master
          
            /usr/local/bin/ea-php72 artisan view:clear
            chmod -R 775 storage
            chmod -R 775 bootstrap/cache
            chmod 777 -R storage/*
            
            /usr/local/bin/ea-php72 artisan storage:link
          
          
