logo Clustermin

clustermin.com

You can now use the bash variables $PHP and $PHP_FPM in the deploy script. They will be automatically replaced with your current PHP version, e.g. php8.1 and php8.1-fpm for sites with PHP8.1.

Below is an example deploy script for a Laravel site:

composer install --prefer-dist --no-ansi --no-dev --no-interaction --no-progress --optimize-autoloader
$PHP artisan migrate --force
sudo systemctl reload $PHP_FPM

Clustermin will show your existing cronjobs/daemons when you delete a site to prevent accidental deletion.

Please make sure you don't need any of the cronjobs and daemons in a site before deleting.

New changelog

Thuan · 2 months ago

Hey, we have a new changelog now.

Powered by Updote.