diff options
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 |