Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

spetz83's avatar

Can you Use Envoyer with an existing DigitalOcean account?

I currently have a DigitalOcean account that I am manually deploying Laravel builds to using Git. I was wondering if it was possible to use Envoyer with my current DigitalOcean account. Any insight is appreciated.

Thanks

0 likes
3 replies
spetz83's avatar
spetz83
OP
Best Answer
Level 5

Nevermind... I'm a n00b. Started watching the Envoyer videos and answered my own question. Should have started there first.... If I could find a way to delete my thread, I would.

Thanks

jspark's avatar

Few basic steps:

  1. on Envoyer add a server. Set the user in connect as (ex: myuser)
  2. On digital ocean create a user with the same name
  3. add the ssh key from envoyer to /home/myuser/.ssh/authorized_keys

Please or to participate in this conversation.