Skip to content

Instantly share code, notes, and snippets.

@Naramsim
Created September 14, 2016 06:11
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 Naramsim/51706d174d829cdd3c20124758084178 to your computer and use it in GitHub Desktop.
Save Naramsim/51706d174d829cdd3c20124758084178 to your computer and use it in GitHub Desktop.
deploys betterbin on a linux server
tar -xzf Betterbin.tar.gz
rsync -aq bundle/ root@178.62.195.26:/opt/betterbin
ssh root@178.62.195.26 "nohup sh /opt/betterbin.co/run.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment