mirror of
https://github.com/Ocelot-Social-Community/stage.ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
update secrets update secrets update quotes quote everything update secrets simplify future merges
22 lines
681 B
Go Template
22 lines
681 B
Go Template
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
|
|
|
|
deploy:
|
|
GITHUB_REPOSITORY: ocelot-social-community/stage.ocelot.social
|
|
IMAGE_TAG: {{ $image_tag }}
|
|
DOMAIN: stage.ocelot.social
|
|
REDIRECT_DOMAINS: []
|
|
NAMESPACE: ocelot-staging
|
|
RELEASE_NAME_OCELOT: ocelot-social
|
|
|
|
ocelot:
|
|
options:
|
|
PRODUCTION_DB_CLEAN_ALLOW: "false"
|
|
PUBLIC_REGISTRATION: "true"
|
|
INVITE_REGISTRATION: "true"
|
|
CATEGORIES_ACTIVE: "true"
|
|
MAX_PINNED_POSTS: "1"
|
|
BADGES_ENABLED: "true"
|
|
NETWORK_NAME: "stage.ocelot.social"
|
|
ASK_FOR_REAL_NAME: "false"
|
|
REQUIRE_LOCATION: "false"
|