i am trying to deploy laravel 5.4 app with bitbucket pipeline and get eror "fatal: Could not get last commit. Network down? Wrong URL? Use 'git ftp init' for the inital push., exiting..."
i read an article on this site
i create this yaml file image: samueldebruyn/debian-git
pipelines: default: - step: script: - apt-get update - apt-get -qq install git-ftp - git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD ftp://site.com
and got eror git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD site_url fatal: Could not get last commit. Network down? Wrong URL? Use 'git ftp init' for the inital push., exiting...
via M Usman Nadeem