From 4130e2f7c84584d1fec2a85803594395392794f6 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Sun, 8 Nov 2015 00:28:14 +0000 Subject: [PATCH] Fixes project name reference --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index e8f3e61..ea27e48 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ build="build-${CIRCLE_BUILD_NUM}" sudo mkdir ~/${build} -sudo cp -R ~/httpstatuses.com/build/. ~/${build} +sudo cp -R ~/httpstatuses/build/. ~/${build} echo "Deploying ${build} to ${DEPLOY_TARGET}" rsync -r -l ~/${build} ${DEPLOY_TARGET}:/srv/www/httpstatuses.com ssh ${DEPLOY_TARGET} "ln -sfn /srv/www/httpstatuses.com/${build} /srv/www/httpstatuses.com/live"