Hotfix release script

This commit is contained in:
Giacomo Leidi 2023-06-10 23:24:59 +02:00
parent 6bd2d606df
commit 4757cc6ec8
No known key found for this signature in database
GPG Key ID: D075F59A480549C3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
export MOBILIZON_RESHARE_LOG_DIR="/tmp"
export MOBILIZON_RESHARE_LOCAL_STATE_DIR="/tmp"
export SECRETS_FOR_DYNACONF="$(pwd)/.secrets.toml"
export SETTINGS_FILE_FOR_DYNACONF="$(pwd)/settings.toml"
export SETTINGS_FILE_FOR_DYNACONF="$(pwd)/mobilizon_reshare/settings.toml"
export ENV_FOR_DYNACONF="production"
poetry run mobilizon-reshare "$@"