Skip to content

Commit

Permalink
Change QLF deploy protocol to https
Browse files Browse the repository at this point in the history
  • Loading branch information
dashdashzako committed Dec 13, 2019
1 parent be53daa commit b1391f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to

## [Unreleased]

### Changed

- QLF protocol switched to HTTPS

## [v2.1.3] - 2019-11-25

### Changed
Expand Down

0 comments on commit b1391f7

Please sign in to comment.