diff --git a/fabfile.py b/fabfile.py index 9684ec5..9dd3533 100644 --- a/fabfile.py +++ b/fabfile.py @@ -3,7 +3,7 @@ from fabric.api import * env.user = 'ubuntu' env.hosts = ( - 'ec2-52-212-135-88.eu-west-1.compute.amazonaws.com', + 'ec2-52-51-154-66.eu-west-1.compute.amazonaws.com', )