Fabs87
New Pleskian
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.
Thanks!
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 migrate
- npm install
- npm update
- /opt/plesk/php/7.0/bin/php artisan up
Thanks!