I am trying to setup auto deployment to my VPS through github actions
all working well until I fire (git pull)
for example: If I replaced git pull with php artisan down , it works.
I am trying to setup auto deployment to my VPS through github actions
all working well until I fire (git pull)
for example: If I replaced git pull with php artisan down , it works.