• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

deployment actions

  1. 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...
  2. J

    Question Git Additional deployment actions - running composer install

    Hi I am trying to run composer install after automatically deploying from a remote git repo. I try this in the additional deployment actions: cd /var/www/vhosts/xxx/xxx/httpdocs && /opt/plesk/php/7.2/bin/php /usr/lib64/plesk-9.0/composer.phar install --optimize-autoloader but the cd part of...
  3. Fabs87

    Question Git - Enable Additional Deployment Actions

    Hi, I am using Git-integration to automatically pull the newest version of my repository from Github when my webhook is "called". I want to enable additional deployment actions, e.g. run composer update. My app is built with the laravel framework, so there are some more commands to run (via...
Back
Top