Here's your fancy favicon bro

This commit is contained in:
Alex 2020-07-04 01:07:51 +02:00
parent 6655bf6e23
commit 176e29b530
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -31,6 +31,7 @@
- "priv/static/static/styles.json"
- "priv/static/static/background.jpg"
- "priv/static/static/logo.png"
- "priv/static/favicon.png"
- "priv/static/static/terms-of-service.html"
copy:
src: '{{ role_path }}/files/{{ item }}'
@ -51,6 +52,7 @@
warn: false
tags:
- pleroma
- build
- name: Copy configuration files
loop:
- "config.exs"
@ -64,6 +66,7 @@
mode: "700"
tags:
- pleroma
- configs
- name: Copy secrets
template:
src: "{{ role_path }}/vault/secret.exs"
@ -90,3 +93,4 @@
path: "/etc/pleroma/bin/pleroma"
tags:
- pleroma
- build