From 6d7a466263e5694f9ce46d89956fa2e14017db80 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 4 Dec 2022 17:06:44 +1030 Subject: [PATCH] update ci/cd --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4887a66..5c2dfa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,9 +50,9 @@ deploy-job: stage: deploy tags: - hugo - environment: - name: Production - url: "$Live_Server_IP" + # environment: + # name: Production + # url: "$Live_Server_IP" before_script: - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y)' - eval $(ssh-agent -s)