• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Git Additional Deployment Actions

grazulex

New Pleskian
Hello,

I have enabled the Git extension and everything is ok but not the "Additional Deployment Actions" when the deployment is done :-(
I have a symfony app and I have put this actions :
cp app/config/parameters.yml.prod app/config/parameters.yml
chmod 777 update.sh
./update.sh​
Now the the push is done, the files are update but nothing happend with this action and I don't know where I can see what's happend ? (logs, screen,...) but I'm sure that plesk don't execute there actions.
Can you help me ?

thanks
 
Hello,
A friend of me have check and the problem is with the permissions on the files..

The user (owner) was not the same between :
- When I used the command line manualy via the SSH terminal
- When you start the command via the Plesk screen (manualy installation of the repo)
- When Plesk start automaticly the command

Until now only the manualy installation of the repo and the 'instal repo' buton are working.

We don't find the way for the automaticly installation.

JMS
 
I had this issue as well.
I am currently using a workaround that remotely executes a php script via a GitHub Webhook.
 
Back
Top