Hi,
BitBucket used to push to my FTP every time a change was deployed - but now when I try it doesn't happen. I checked the 'Pipelines' and saw this in the most recently Pipeline commit:
git-ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD wetcheck.com.auUnknown SHA1 object, make sure you are deploying the right branch and it is up-to-date.Do you want to ignore and upload all files again? [y/N]: Aborting...
Since I am not in the console and can't really select ignore y/n I wasn't sure what this meant. It seems to me that the ftp username and ftp password are correct but it is saying 'Unknown SHA1 object' - is this something to do with my commits not being on the right branch etc.? Is there anything I can do to make everything work again?
Any input much appreciated.
Thanks
What docker image are you using for your step? And what version of git and git ftp are you using?
In the meantime, this answer might help you
Otherwise performing
git config git-ftp.syncroot .
might help too.
Let me know how it goes!
Cheers,
Davina
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.