EDyO / appu

Automatic Podcast Publisher
MIT License
3 stars 2 forks source link

Pull resulting audio file upload out of appu container #53

Open ifosch opened 2 years ago

ifosch commented 2 years ago

Currently, when we run the appu command, the container image uploads the resulting file to S3. It would be better to have this as part of the uploader command instead.

Make the uploader command upload the resulting audio file to the destination, remove the corresponding code from the appu image, and adjust the README.md document accordingly.