Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lengerfulluse/f4ca1c995b702e126de7fc7efa2aa217 to your computer and use it in GitHub Desktop.
Save lengerfulluse/f4ca1c995b702e126de7fc7efa2aa217 to your computer and use it in GitHub Desktop.
jekyll-auto-deploy-on-vps
https://www.digitalocean.com/community/tutorials/how-to-set-up-automatic-deployment-with-git-with-a-vps
1. set remote git repo
2. set local git branch: git remote add tech ssh://hengwei@hengwei.me:~/repos/t.hengwei.me.git
3. git push: git push live master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment