From 8c489c75f2d45e8cff4327b6ae449a9221bfbcca Mon Sep 17 00:00:00 2001 From: Imran Hussain <imranh@sucs.org> Date: Mon, 1 Jul 2019 17:39:03 +0100 Subject: [PATCH] throw in a --insecure as the LE cert not trusted by this docker container --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7639f8a..1d5d539 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ deploy-beta: script: - apt update - apt install -y curl - - curl https://beta.sucs.org/pull.php + - curl --insecure https://beta.sucs.org/pull.php only: - beta environment: beta @@ -48,7 +48,7 @@ deploy-live: script: - apt update - apt install -y curl - - curl https://sucs.org/pull.php + - curl --insecure https://sucs.org/pull.php only: - sucs-site environment: live \ No newline at end of file -- GitLab