From 6ce5f23d3a752a50ad718edca754361d0e7f51df Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 13 Feb 2018 21:21:48 -0600 Subject: [PATCH] Wrong port --- package-and-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-and-deploy.sh b/package-and-deploy.sh index bac0ac0..0ec4811 100755 --- a/package-and-deploy.sh +++ b/package-and-deploy.sh @@ -30,7 +30,7 @@ mv ~/tmp/DPSResume.pdf . # Add the files git add . git commit -m "Auto updating resume site files" -git push ssh://git@gitlab.sothr.com:9142/warricksothr/resume.git HEAD:gh-pages --force +git push ssh://git@gitlab.sothr.com:9141/warricksothr/resume.git HEAD:gh-pages --force # Prepare the current directory git clean -fq .