From 503dc539b015bc38bfa43870477cfcf09a9741d1 Mon Sep 17 00:00:00 2001 From: Imran Hussain Date: Tue, 2 Jul 2019 09:34:45 +0100 Subject: [PATCH 1/2] Revert "throw in a --insecure as the LE cert not trusted by this docker container" This reverts commit 8c489c75f2d45e8cff4327b6ae449a9221bfbcca --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d5d539..7639f8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ deploy-beta: script: - apt update - apt install -y curl - - curl --insecure https://beta.sucs.org/pull.php + - curl https://beta.sucs.org/pull.php only: - beta environment: beta @@ -48,7 +48,7 @@ deploy-live: script: - apt update - apt install -y curl - - curl --insecure https://sucs.org/pull.php + - curl https://sucs.org/pull.php only: - sucs-site environment: live \ No newline at end of file -- GitLab From 56268f161e4f2c75fa6afc3928d7aab8d5e48697 Mon Sep 17 00:00:00 2001 From: Imran Hussain Date: Tue, 2 Jul 2019 09:41:18 +0100 Subject: [PATCH 2/2] make the pull script do errors better --- htdocs/pull.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/htdocs/pull.php b/htdocs/pull.php index 1f6d0c2..b70f210 100644 --- a/htdocs/pull.php +++ b/htdocs/pull.php @@ -1,5 +1,14 @@ \ No newline at end of file -- GitLab