• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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