Skip to content

Instantly share code, notes, and snippets.

View toledox82's full-sized avatar
🏠
Working from home

Marcio Toledo toledox82

🏠
Working from home
View GitHub Profile
@toledox82
toledox82 / dreamhost-deploy.md
Last active December 9, 2020 00:49 — forked from LosAlamosAl/dreamhost-deploy.md
Deploy a GitHub-based static site to Dreamhost

Before begining, make sure your SSH keys are set so you can ssh to your Dreamhost account.

Mac

$ ssh-copy-id -i ~/.ssh/id_rsa.pub username@domain.com
$ ssh username@domain.com

Windows

$ scp ~/.ssh/id_rsa.pub [user]@[hostname]:~/.ssh/authorized_keys