Compare commits
3 Commits
0.1.1+1.27
...
main
Author | SHA1 | Date | |
---|---|---|---|
db7ef4b2e8 | |||
b1aacaea7d | |||
e389e3a14b |
@ -36,7 +36,7 @@ steps:
|
|||||||
from_secret: drone_abra-bot_token
|
from_secret: drone_abra-bot_token
|
||||||
fork: true
|
fork: true
|
||||||
repositories:
|
repositories:
|
||||||
- coop-cloud/auto-recipes-catalogue-json
|
- toolshed/auto-recipes-catalogue-json
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: tag
|
event: tag
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
TYPE=funkwhale
|
TYPE=funkwhale
|
||||||
DOMAIN={{ .Domain }}
|
DOMAIN=funkwhale.example.com
|
||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
SECRET_DB_PASSWORD_VERSION=v1
|
SECRET_DB_PASSWORD_VERSION=v1
|
||||||
@ -15,7 +15,7 @@ FUNKWHALE_WEB_WORKERS=4
|
|||||||
# Replace this by the definitive, public domain you will use for
|
# Replace this by the definitive, public domain you will use for
|
||||||
# your instance. It cannot be changed after initial deployment
|
# your instance. It cannot be changed after initial deployment
|
||||||
# without breaking your instance.
|
# without breaking your instance.
|
||||||
FUNKWHALE_HOSTNAME={{ .Domain }}
|
FUNKWHALE_HOSTNAME=funkwhale.example.com
|
||||||
FUNKWHALE_PROTOCOL=https
|
FUNKWHALE_PROTOCOL=https
|
||||||
|
|
||||||
# Log level (debug, info, warning, error, critical)
|
# Log level (debug, info, warning, error, critical)
|
||||||
|
Reference in New Issue
Block a user