Skip to content

Instantly share code, notes, and snippets.

View michalkortas's full-sized avatar
:octocat:
Working hard

Michal Kortas michalkortas

:octocat:
Working hard
View GitHub Profile
@michalkortas
michalkortas / gist:12adafb5404bd3a5b5831119d7bd9b17
Last active August 31, 2023 06:59
plesk laravel + vite deploy actions
/opt/plesk/php/8.2/bin/php artisan down
/opt/plesk/php/8.2/bin/php /usr/lib64/plesk-9.0/composer.phar install --no-interaction --no-dev
/opt/plesk/php/8.2/bin/php artisan migrate --force
/opt/plesk/php/8.2/bin/php artisan db:seed --force
export PATH=$PATH:/opt/plesk/node/16/bin/
/opt/plesk/node/16/bin/npm install &> npm_install.log
/opt/plesk/node/16/bin/npm run build &> npm_build.log
/opt/plesk/php/8.2/bin/php artisan optimize:clear
/opt/plesk/php/8.2/bin/php artisan view:cache
/opt/plesk/php/8.2/bin/php artisan route:cache