Skip to content

Instantly share code, notes, and snippets.

@mmbrian
Created November 13, 2014 21:39
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 mmbrian/a63c0f24f726be0388bf to your computer and use it in GitHub Desktop.
Save mmbrian/a63c0f24f726be0388bf to your computer and use it in GitHub Desktop.
One-line scp commad to update django settings.py from local repository
scp settings.py username@username.webfactional.com:/home/username/webapps/app/myproject/myproject/settings.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment