Recent content by DubStepMad

  1. DubStepMad

    Issue Laravel Deployment fails

    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...
  2. DubStepMad

    Resolved Plesk Laravel İnstallation Error

    I've made a seperate thread with the information needed: Issue - Laravel Deployment fails
  3. DubStepMad

    Issue Laravel Deployment fails

    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...
  4. DubStepMad

    Resolved Plesk Laravel İnstallation Error

    I should mention that Laravel Toolkit version is: 1.5.2-3677
  5. DubStepMad

    Resolved Plesk Laravel İnstallation Error

    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...
  6. DubStepMad

    Issue Github Webhook Branch Specific

    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...
Back
Top