update_code stuck in loop because of server's welcome message. #3718
Unanswered
whizzkidsolutions
asked this question in
Help needed
Replies: 1 comment
-
If you run with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am trying to setup my Laravel project on a Hostinger shared hosting server. My deployment gets stuck looping on the following command during the deploy:update_code task:
Cloning into bare repository '/home/{USER}/domains/{DOMAIN}/public_html/newshub/.dep/repo'...
.This is the content of my deploy.php file, using version 7.3.2:
When using SSH to get unto the server, a default message appears which (i checked with their support team) can't be turned off.
When deploying it looks like some commands pickup the welcome message as input to be used, which results in some weird output. Right now this results in the following verbose deploy command output:
I've cut off the above output after two times, but it just keeps repeating. I've been at it for a allot of hours now, but can't seem to find the solution. Hope someone can help me out on this one! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions