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/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
|
||||
|
|
Reference in New Issue