The purpose of this repo is to download assets from a GitHub Release and extract them to a local folder.
A lot of static web app hosting providers (Azure Static Web Apps, DigitalOcean Static Site, etc) don't let you upload individual files. You have to use their build system that downloads the code and runs a build inside its system for the deployment. If you want to separate the build from the release, you have to build something to download the pre-built code and just upload that.
This repo was created to be used to deploy DigitalOcean Static Sites.
- The Dockerfile should be run by DigitalOcean build
- The Dockerfile downloads a zip file from a given GitHub Release, then extracts the files