• 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.

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