deployer icon indicating copy to clipboard operation
deployer copied to clipboard

fetching of project not working from git server

Open lorvent opened this issue 3 years ago • 3 comments

Hello, How are you doing :)

Getting back on deployer after a long time.

I just followed instructions and restored my existing db and files.

everything working fine except when i start a deployment, it is just in "pending" state and it is more than a day.

am i doing something wrong?

thanks.

lorvent avatar May 24 '21 11:05 lorvent

Hmm, do you have supervisord running the artisan command?

REBELinBLUE avatar May 26 '21 22:05 REBELinBLUE

Hello,

I am able to solve that, it is because of some php functions are disabled.

i am able to cross that but now i am having another issue.

all builds are failing.

when i look at cli.log file

it shows below message

[2021-05-27 17:14:18] production.DEBUG: ### Run script locally
bash -s << 'EOF'
    # Turn on quit on non-zero exit
    set -e
    ### List git references
cd /home/folder.domain.com/public_html/storage/app/mirrors/git_git.domain.com_josh_v2.git

git tag --list --no-column
EOF

[2021-05-27 17:14:18] production.DEBUG: ### Run script locally
bash -s << 'EOF'
    # Turn on quit on non-zero exit
    set -e
    ### List git references
cd /home/folder.domain.com/public_html/storage/app/mirrors/git_git.domain.com_josh_v2.git

git branch --list --no-column
EOF

any idea what could be the reason?

thanks.

lorvent avatar May 27 '21 11:05 lorvent

i have the same bug, all bitbucket projects are stuck in pending

@lorvent what was your solution?

FlorianW208 avatar Aug 03 '21 16:08 FlorianW208