From 3903ee4fb8b06bf7517a01c49431e3bf2576089a Mon Sep 17 00:00:00 2001 From: JosephK Date: Thu, 1 Mar 2018 12:11:25 +0100 Subject: [PATCH] Fix https joinpeertube.org --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20bc38b..24deadf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ validity-check: deploy: stage: deploy script: - - hugo -b "http://joinpeertube.org" + - hugo -b "https://joinpeertube.org" - mkdir "${HOME}/.ssh" - chmod 700 "${HOME}/.ssh" - if [ ! -z ${DEPLOYEMENT_KNOWN_HOSTS+x} ]; then echo -e "${DEPLOYEMENT_KNOWN_HOSTS}" > ${HOME}/.ssh/known_hosts; fi