Skip to content

Instantly share code, notes, and snippets.

View lkp-k's full-sized avatar
🤙

lkp-k

🤙
  • SF
View GitHub Profile
@lkp-k
lkp-k / on-merge-deploy-to-do.md
Created October 17, 2025 23:29 — forked from danieltorscho/on-merge-deploy-to-do.md
GitHub Actions deploy nodejs to DigitalOcean Droplet

Github deployment

Requirements:

  • DigitalOcean Droplet (Ubuntu 20.04+) should be created
  • Github repository

Prepare DO Droplet Server:

  • ssh root@DROPLET_IP
  • sudo vi /etc/ssh/sshd_config
  • change PasswordAuthentication from no to yes