Hi @Sebahat.hadzhi
I am using a sub domain for this process.
I'm also using Deploy Actions as well as part of the deployment process.
npm install --verbose 2>&1 | tee output.log
composer install > output.log
/opt/plesk/php/8.4/bin/php artisan cache:clear > output.log...
From the following threads, these are related to the self contained Laravel deployment, where I need to use Git to be able to pull a repo down.
Thread 1: Resolved - Plesk Laravel İnstallation Error
Thread 2: Resolved - laravel toolkit - install fails
I did comment on the first thread but as...
I'm currently still getting this issue.
I've followed the update guide and via the UI there wasn't one available so I manually did it via ssh but that didn't work.
I removed the extentsion and installed it again with no luck.
Error:
The task "ext-git-task\deployment" has failed.
Installing...
Hello,
I've noticed while using webhooks and additional deploy actions that the plesk intergration updates on every branch.
Issue:
I have two websites, one being a beta site for testing new featues, etc.
When I update tHE beta branch the beta site updates and runs the additional deploy actions...