Hey,
I want to add Git to my current project. I managed to connect via ssh to my private repository. Also a webhook fires everytime, I make a push to my repository.
Unfortunately the additional deployment actions seem not to work. SSH is enabled for the domain user and all of the listed command work in my terminal.
GitHub integration: Additional Deployment Actions don't work
I want to add Git to my current project. I managed to connect via ssh to my private repository. Also a webhook fires everytime, I make a push to my repository.
Unfortunately the additional deployment actions seem not to work. SSH is enabled for the domain user and all of the listed command work in my terminal.
- /opt/plesk/php/7.0/bin/php artisan down
- composer install --ignore-platform-reqs
- /opt/plesk/php/7.0/bin/php artisan optimize
- /opt/plesk/php/7.0/bin/php artisan...
GitHub integration: Additional Deployment Actions don't work