Skip to content

Instantly share code, notes, and snippets.

@Naramsim
Created September 14, 2016 06:11
Show Gist options
  • 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/ [email protected]:/opt/betterbin
ssh [email protected] "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