Not able to deploy gitlab private repo to cpanel

28 Views Asked by At

deployment: script: - export DEPLOYPATH=/home/renewsmsproteamc/public_html/gitrepo/ - /bin/cp * $DEPLOYPATH

I'm using this YML Code to auto deploy from gitlab repo to live server but it is giving error like below.

/bin/cp: target '/home/renewsmsproteamc/public_html/gitrepo/': No such file or directory

I tried all yml but it is not working.

0

There are 0 best solutions below