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