• 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 deploy actions not working anymore

Martin.H

Regular Pleskian
One another Domain my AutoDeploy setup was working fine. Commands are the very same. But the commands are not executed anymore after cloning from GitHub.

I want to autodeploy a HUGO site and therefore I run the commands:

yarn install && yarn grunt && hugo

Worked perfectly fine.
But when I now commit against my repo:
1. the WeebHook is gettiong triggered
2. Plesk clones the Repo
3. but Plesk does NOT execute my additional commands.

anyone does have the same error or had the same error?

Also there are no logs for this commands (additional deploy actions), and if I would specify a error file if something fails, with:

2>&1 > output.log

Then nothing is getting created.
I normaly run the command "hugo" with everything default, no command, attributes or variables and it works flawless if I run it in shell. But it does not work when additional deploy actions should trigger it!

Hugo is installed systemwide, so everyone can execute the command
 
Back
Top