From ca8b6524ce0cd685bee849bc66894a4ce65b002b Mon Sep 17 00:00:00 2001 From: HokieGeek Date: Thu, 13 Sep 2018 20:47:53 -0400 Subject: [PATCH] Forgot to update the location of the proxy files --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3e5a5a..23f2646 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,7 +145,7 @@ add-proxy-server: stage: deploy script: - scp -i /tmp/sshkey -o StrictHostKeyChecking=no ./prod-conf/proxy-life.conf $ADMIN_USER@${DEPLOY_HOST}:/tmp - - ssh -i /tmp/sshkey -o StrictHostKeyChecking=no $ADMIN_USER@${DEPLOY_HOST} "sudo mv /tmp/proxy-life.conf /etc/hgproxy" + - ssh -i /tmp/sshkey -o StrictHostKeyChecking=no $ADMIN_USER@${DEPLOY_HOST} "sudo mv /tmp/proxy-life.conf /etc/nginx/conf.d" - ssh -i /tmp/sshkey -o StrictHostKeyChecking=no $ADMIN_USER@${DEPLOY_HOST} "sudo systemctl restart hgproxy.service" only: - tags -- 2.38.5