Skip to content

Instantly share code, notes, and snippets.

@vanduc1102
Last active July 23, 2020 03:23
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 vanduc1102/b06f2a9ce6455e1b38d75a173473c2c3 to your computer and use it in GitHub Desktop.
Save vanduc1102/b06f2a9ce6455e1b38d75a173473c2c3 to your computer and use it in GitHub Desktop.
Site Ground Git Command to deploy
git remote add deploy-sit ssh://xxx@xxxxxx.sgvps.net:18765/home/your_username/public_html/test.yoursite.com/
git push deploy-sit your_local_branch:master -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment