Created
October 31, 2017 12:31
-
-
Save lengerfulluse/f4ca1c995b702e126de7fc7efa2aa217 to your computer and use it in GitHub Desktop.
jekyll-auto-deploy-on-vps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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://[email protected]:~/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