Added HTTPs to hugo build

This commit is contained in:
nono 2022-04-20 18:25:23 +02:00
parent a08f49a53a
commit 713bffe43e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
- name: Building the website with Hugo
shell:
cmd: hugo --themesDir themes --theme blogotheme --baseURL="http://{{ hugo_deploy_site_url }}" --enableGitInfo --minify --templateMetrics
cmd: hugo --themesDir themes --theme blogotheme --baseURL="https://{{ hugo_deploy_site_url }}" --enableGitInfo --minify --templateMetrics
chdir: "{{ hugo_deploy_download_path }}"
- name: Copy the website to it's webroot