Deploy Issue, Permission denied (publickey)

I’m having trouble deploying and got the following error:

Warning: Permanently added the RSA host key for IP address '104.192.143.2' to
the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Cloning into '/srv/www/roots.adamleviton.com/shared/source'...
Warning: Permanently added the RSA host key for IP address '104.192.143.2' to
the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

When I run ssh -vT git@bitbucket.org on my DO server as web user, I noticed that all the keys are missing:

debug1: key_load_public: No such file or directory
debug1: identity file /home/web/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/web/.ssh/id_ed25519-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/web/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/web/.ssh/id_rsa-cert type -1

The keys do exist in /etc/ssh/. What am I missing here?

I put the keys into ~/.ssh (~ is the user home directory (~ for /home/), so the full path is /home//.ssh.

Well, somehow I got it deployed. I feel like the only change I made was changing admin_user to the same username that I’m using for my Mac. I’ll keep playing around with it.

I also deleted and recreated my bitbucket repository.