Update URL for custom gitea branding

This commit is contained in:
Jake Howard 2023-04-07 11:28:52 +01:00
parent fcf0a373c3
commit ae544a3a6b
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -47,7 +47,7 @@
- name: Install custom branding
unarchive:
src: https://gitea.theorangeone.net/api/packages/sys/generic/gitea-branding/latest/branding.zip
src: https://git.theorangeone.net/api/packages/sys/generic/gitea-branding/latest/branding.zip
dest: "{{ app_data_dir }}/gitea/data/custom/public/img"
remote_src: true
owner: "{{ docker_user.name }}"