Skip to content

Instantly share code, notes, and snippets.

@ram0973
Created October 17, 2022 14:05
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 ram0973/f5c35d4373533631d516133e38758f61 to your computer and use it in GitHub Desktop.
Save ram0973/f5c35d4373533631d516133e38758f61 to your computer and use it in GitHub Desktop.
Hugo push and start remote
cd ~/hugoblog; git add --all; git commit -m "next commit"; git push; ssh me "cd /web/yabbarov.ru/hugoblog; git pull; hugo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment