diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 11:43:38 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 12:16:54 +0200 |
| commit | bc54383253343c32a856ebbc465f7f8a7243ffc2 (patch) | |
| tree | 09b2cc10e407e735f9ea23de9ae1b5ff26b94521 /README.md | |
| parent | 9ae63fb6778c97378cce82774508da33a9339a83 (diff) | |
Use an .env file for the release URLs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |