Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/website/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ website_docker_webroot: "{{ caddy_docker_volume }}/{{ website_host }}"
website_public: "{{ website_docker_webroot }}/public"

# Hugo releases: https://github.com/gohugoio/hugo/releases
hugo_version: 0.55.6
hugo_version: 0.80.0

# The name used to identify the docker image build
docker_image_name: "{{ website_host }}-image"
Expand Down