• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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