Did you add the SSH key of your envoyer server to your private repository?
Bitbucket > {Your Repository } > Repository Settings > Access Keys > [ Add Key ]
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey all,
I'm stuck with envoyer deploy... in my Laravel Project i have private bitbucket that i'm use
"repositories": [ { "type": "vcs", "url": "[email protected]:xxxx/xxxx-rcs.git" } ],
When i run my deploy from envoyer i get this error: `Using global Composer installation. Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Package operations: 134 installs, 0 updates, 0 removals
Everything points to "SSH-keys" but they are set ... If i do
git clone ....repo.git
It works perfectly and i get output :
remote: Enumerating objects: 63, done. remote: Counting objects: 100% (63/63), done. remote: Compressing objects: 100% (50/50), done. remote: Total 63 (delta 15), reused 0 (delta 0), pack-reused 0 Receiving objects: 100% (63/63), 6.29 KiB | 3.14 MiB/s, done. Resolving deltas: 100% (15/15), done.
Any ideas what it can be ? it looks related to envoyer but i can't find any info about private bitbucket repos ... anywhere
Thanks in advance
Please or to participate in this conversation.