• 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

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