Added HTTPs to hugo build

This commit is contained in:
nono 2022-04-20 18:25:23 +02:00
parent a08f49a53a
commit 713bffe43e

View File

@ -21,7 +21,7 @@
- name: Building the website with Hugo - name: Building the website with Hugo
shell: 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 }}" chdir: "{{ hugo_deploy_download_path }}"
- name: Copy the website to it's webroot - name: Copy the website to it's webroot