Skip to content

Instantly share code, notes, and snippets.

View semyonf's full-sized avatar
🔙
🔚

Semyón semyonf

🔙
🔚
View GitHub Profile
@semyonf
semyonf / deploy-pm2.md
Created November 23, 2023 21:17 — forked from hoangmirs/deploy-pm2.md
Deploy pm2 guide

1. Preparing the server

Install git

sudo apt install git-all

Generate Server's SSH public key

ssh-keygen -t rsa -b 4096 -C "deploy"
cat ~/.ssh/id_rsa.pub