Resolved .NET Core Toolkit (dot-net): How to restart an app programmaticaly with script

milanbx

New Pleskian
Hi,
I am running Plesk Obsidian 18.0.71 on AlmaLinux 8.10 (Cerulean Leopard) with .NET Core Toolkit (dot-net) Extension. After each deploy of a new version of a .NET application I have to restart the application manualy by presing a Restart button in web Control Panel > .NET Core configuration.
Is there a chance to do so programmaticly by running a certain script?
Or, is there a way how to deploy a new verion of the app from GitLab push or CI/CD pipeline?
Thank you.
 
Hello, @milanbx . You should be able to restart the application with the following command

Code:
/usr/local/psa/admin/sbin/modules/dot-net/passenger-config-proxy restart-app /var/www/vhosts/example.com/httpdocs/webapp
 
Back
Top