From bc54383253343c32a856ebbc465f7f8a7243ffc2 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Mon, 6 Apr 2026 11:43:38 +0200 Subject: Use an .env file for the release URLs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 64c4582..3296de2 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,12 @@ the variable `flatpak_cargo_generator` (eg. ). It expects this directory to have the poetry configuration, as it enables the virtualenv using poetry. +### Uploading + +The URL and path of the upload are controlled using two environment variables: +`$DISTRIBUTION_HOST` and `$DISTRIBUTION_PATH`. To use them, you can use the +`env.dist` included, copy it to `.env` + ## Localization / Internationalization This project uses gettext for translations. You can update the template files -- cgit