Files
lasuite-docs/abra.sh
2025-10-31 13:14:12 -04:00

14 lines
295 B
Bash
Executable File

# Set any config versions here
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
export NGINX_CONF_VERSION=v2
export PG_BACKUP_VERSION=v3
export ENTRYPOINT_VERSION=v1
# environment() {
# # TODO: Add file_env here
# }
migrate() {
python manage.py migrate --noinput
}