• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

deploy actions

  1. Manu7

    Input Laravel Toolkit: Deployment: add restart dedicated php-fpm process step

    Hello I'd like to ask if it is possible to add an restart dedicated php-fpm process of the Laravel app domain to the deployment steps? I often find our app running in a old state after a deployment, because of the cached JIT files which only flush when the php-fpm process is restarted. The step...
  2. Y

    Issue Git additional deployment actions kills screen when deployment task is finished

    Hi everyone, I am struggling with a problem for a few hours now and I am out of ideas on how to solve it. My website is a Laravel application that needs to run a separate command to connect to a messaging queue. This command is blocking, i.e. it continues to run for all eternity until it is...
  3. T

    Question Passenger Phusion logs for nodeJs app

    Hi, I really struggle to output log for my nodeJs application. How can I easily display application logs while in ssh please ?
  4. T

    Issue Cannot cd in deploy actions

    Hi, I have tried multiple things in deploy actions: `ls > output.log` => output the content of main folder (backend/ frontend/) `cd ./backend/ && ls > output.log` => output nothing `cd ./backend/ > output.log` => output an empty file I was awaiting at least an error message. Why can't I cd in...
  5. T

    Question Display log of commands in Deploy actions

    Hi, is there a way to see the real time output of deploy actions please ? In my case I need to run a sequence of npm commands on my nodejs project and it will be way easier to see output of the cli. Thanks for your lights
  6. J

    Question Log Additional Deployment Actions

    Hello i have tried to use additional deployment actions to run a script after pulling from the repo. Pulling works fine, but my gulp does not start. I don't know why, when i log in with ssh, gulp works. Is the any logfile, or what can i do that my gulp will work? Regards janwip
  7. Bramus!

    Issue Running `composer install` via "Additional Deployment Actions"?

    Hi, We have set up automatic deployment of a Git repo onto our server. As it's a PHP project, I need to run `composer install` after deployment, to make sure all dependencies are installed. Doing so manually over SSH works fine, yet I want to do it automatically. In the docs I see that it's...
  8. Γ

    Question Onyx Update 10 Git support

    Hi, Problem with git enabled websites to work peculiar. in the repository settings, under the: Enable additional deploy actions I have the following commands: composer update --no-dev composer dump-autoload -o --no-dev or... composer update -o --no-dev somehow, when deployment process...
Back
Top