- Server operating system version
- Almalinux 9
- Plesk version and microupdate number
- 18.0.51
I have several domains in Plesk, which are integrated with Gitlab for CI/CD.
For each of them , i have in Plesk at Git -> Enable additional deployment actions
something like below:
It is a command which clear the configuration cache after each Git deployment.
Now i removed PHP 7.4 from the server, and i want to upgrade everywhere to PHP 8.1 , without manualy modify each domain, one by one.
There is a central place where i can find all those Git Actions stored ?
For each of them , i have in Plesk at Git -> Enable additional deployment actions
something like below:
Code:
/opt/plesk/php/7.4/bin/php /var/www/vhosts/api.domain.net/httpdocs/bin/clear-config-cache.php
It is a command which clear the configuration cache after each Git deployment.
Now i removed PHP 7.4 from the server, and i want to upgrade everywhere to PHP 8.1 , without manualy modify each domain, one by one.
There is a central place where i can find all those Git Actions stored ?