Skip to content

Instantly share code, notes, and snippets.

@Muetze42
Last active March 3, 2022 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Muetze42/3b303569ec6c634abea12226564de328 to your computer and use it in GitHub Desktop.
Save Muetze42/3b303569ec6c634abea12226564de328 to your computer and use it in GitHub Desktop.
Plesk: Additional deployment actions
/opt/plesk/php/8.1/bin/php artisan config:clear
/opt/plesk/php/8.1/bin/php /usr/lib/plesk-9.0/composer.phar install --optimize-autoloader --no-dev
/opt/plesk/php/8.1/bin/php artisan migrate --force
/opt/plesk/php/8.1/bin/php artisan view:clear
/opt/plesk/php/8.1/bin/php artisan optimize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment