Here's your fancy favicon bro
This commit is contained in:
parent
6655bf6e23
commit
176e29b530
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
|
@ -31,6 +31,7 @@
|
||||||
- "priv/static/static/styles.json"
|
- "priv/static/static/styles.json"
|
||||||
- "priv/static/static/background.jpg"
|
- "priv/static/static/background.jpg"
|
||||||
- "priv/static/static/logo.png"
|
- "priv/static/static/logo.png"
|
||||||
|
- "priv/static/favicon.png"
|
||||||
- "priv/static/static/terms-of-service.html"
|
- "priv/static/static/terms-of-service.html"
|
||||||
copy:
|
copy:
|
||||||
src: '{{ role_path }}/files/{{ item }}'
|
src: '{{ role_path }}/files/{{ item }}'
|
||||||
|
@ -51,6 +52,7 @@
|
||||||
warn: false
|
warn: false
|
||||||
tags:
|
tags:
|
||||||
- pleroma
|
- pleroma
|
||||||
|
- build
|
||||||
- name: Copy configuration files
|
- name: Copy configuration files
|
||||||
loop:
|
loop:
|
||||||
- "config.exs"
|
- "config.exs"
|
||||||
|
@ -64,6 +66,7 @@
|
||||||
mode: "700"
|
mode: "700"
|
||||||
tags:
|
tags:
|
||||||
- pleroma
|
- pleroma
|
||||||
|
- configs
|
||||||
- name: Copy secrets
|
- name: Copy secrets
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/vault/secret.exs"
|
src: "{{ role_path }}/vault/secret.exs"
|
||||||
|
@ -90,3 +93,4 @@
|
||||||
path: "/etc/pleroma/bin/pleroma"
|
path: "/etc/pleroma/bin/pleroma"
|
||||||
tags:
|
tags:
|
||||||
- pleroma
|
- pleroma
|
||||||
|
- build
|
||||||
|
|
Reference in New Issue