EDyO / appu

Automatic Podcast Publisher
MIT License
3 stars 2 forks source link

Add appu command #31

Closed ifosch closed 3 years ago

ifosch commented 3 years ago

The appu command provides the appu container with proper configuration and support files to run based on a YAML configuration, like the one provided by the epidator command, and runs the container, getting the edited file uploaded to the bucket.

This change includes moving all the files to be in the container into a separate directory to make the separation clear, adjusting the CI pipelines appropriately. Then it adds the code and some initial tests (coverage is currently around 50%) for the new command. It also fixes one spelling error in the audio.py file. Finally, now the CI pipelines include specific Go steps for testing and releasing the code.