aboutsummaryrefslogtreecommitdiffstats
path: root/postgres/init.sql (unfollow)
Commit message (Collapse)AuthorLines
2021-10-10Move Static Build Into Separate VariableGravatar Hassan Abouelela-1/+3
Signed-off-by: Hassan Abouelela <[email protected]>
2021-10-10Error Out On Missing Files In CIGravatar Hassan Abouelela-0/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2021-10-10Merges DockerfilesGravatar Hassan Abouelela-32/+11
Merges the normal dockerfile with the static build one to reduce duplication. Signed-off-by: Hassan Abouelela <[email protected]>
2021-10-10Fixes Caching On Docker BuildGravatar Hassan Abouelela-15/+21
Reworks the docker build action to use buildx in all steps to make the caching work. Reduces the wait time on the fetch action. Signed-off-by: Hassan Abouelela <[email protected]>
2021-10-10Adds Netlify BuildsGravatar Hassan Abouelela-0/+242
Adds an action which builds and uploads the static site as an artifact, and a fetch script to be run on the netlify builders.