Skip to content

Commit

Permalink
Giving server something to pull.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasThoren committed May 1, 2015
1 parent 055c1b5 commit b99eed7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# -*- coding: utf-8 -*-

'''Methods for deploying app to server.'''
'''
Methods for commiting app to Github. It should never deploy to the server or
S3. That should be left to Travis CI and the server calling git pull.
'''

from fabric.api import local
from realestate import (
Expand Down

0 comments on commit b99eed7

Please sign in to comment.