From b3486284eb068f092a2902ae2ae8d9fcef243d6a Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 30 Oct 2017 10:50:23 +0100 Subject: [PATCH] updated deploy script with new url to staging server --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', )