Skip to content

Instantly share code, notes, and snippets.

@brylor
Created July 18, 2014 17:14
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 brylor/71f1b798922f8424bf26 to your computer and use it in GitHub Desktop.
Save brylor/71f1b798922f8424bf26 to your computer and use it in GitHub Desktop.
import time
from fabric.api import *
env.roledefs = {"test":["test-server-01"],
"production":["production-server"]}
def deploy():
code_dir = '/var/www/html/RTV2'
sudo("git clone https://github.com/coolstory/RTV2.git %s" % code_dir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment