Skip to content

Commit

Permalink
Changed IP of staging to ip of demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Smith committed Mar 15, 2013
1 parent e013ed8 commit 834c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def vagrant():
@task
def staging():
env.environment = 'staging'
env.hosts = ['10.20.10.95'] # FIXME: Add staging server hosts
env.hosts = ['192.168.1.147'] # FIXME: Add staging server hosts
env.branch = 'master'
env.server_name = 'raspberryio-poll' # FIXME: Add staging server name
setup_path()
Expand Down

0 comments on commit 834c2ad

Please sign in to comment.