From b1391f7b5d42761baf1537cd650b1972694cad2c Mon Sep 17 00:00:00 2001 From: dashdashzako Date: Fri, 13 Dec 2019 09:51:46 +0100 Subject: [PATCH] Change QLF deploy protocol to https --- .travis.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 403eddd..bf35411 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - rm -rf release - 'echo "url: ${LOGGER_ENDPOINT}" > data/logger.yml' - 'echo "site_id: ${MATOMO_SITE_ID_QLF}" > data/matomo.yml' - - hugo --destination build/qlf --gc --baseUrl http://qlf-mooc-accessibility.bordeaux.inria.fr/ + - hugo --destination build/qlf --gc --baseUrl https://qlf-mooc-accessibility.bordeaux.inria.fr/ - rm static/js/*.js data/logger.yml data/matomo.yml data/manifest.yml - 'echo "environment: qlf -- website version: ${TRAVIS_TAG} -- player version: ${PLAYER_VERSION_QLF}" > build/qlf/version.html' - echo 'Building production files' diff --git a/CHANGELOG.md b/CHANGELOG.md index 87603f7..7c08167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +### Changed + +- QLF protocol switched to HTTPS + ## [v2.1.3] - 2019-11-25 ### Changed