Next in my project I'm looking to generate an image, daily, and then post that image to a URL so it can be viewed.
I believe the process is as follows so I thought I'd confirm that here and get any tips.
- set up scheduled task script, running once a day (or more if my requirements change)
- set up a web app, even though I don't have an app per se (use manual config?), the web app allows me to set a Static File directory.
- then publish the images to that static file directory
- Bobs your uncle!
At the public URL, I just want the static files I post. So I likely need to remove any pages/code that Manual Config set up.
Does this sound right?