cs-soc-tudublin / Plume

CS++'s 11ty Website, forked from Redbrick's amazing Atlas!
https://cspp.ie/
MIT License
0 stars 1 forks source link

[Enhancement] Improve Container CI/CD #24

Open RJMurg opened 2 months ago

RJMurg commented 2 months ago

Currently the ENTIRE repo is pulled onto HDL to be built as a container, then redeployed.

A significantly better solution is as follows:

RJMurg commented 1 month ago

Would also be a really good idea to only have the GH Actions run if there is changes to the source code, or any of the required scaffolding (Dockerfiles, .dockerignore, etc.) changes.

README.md, LICENSE.md, etc. changes should not require a new container build.