ForNeVeR / ForNeVeR/fornever.me
Publishing a new post shouldn't require application rebuild
Open
kind:infrastructure
- Dominant language
- F#
- Stars
- 24
- Forks
- 4
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 1
Description
Current `Dockerfile` ensures that the application publish result relies on the posts directory: https://github.com/ForNeVeR/fornever.me/blob/833af78842c93cf798e0d7ff9e194d6d3b51f26e/Dockerfile#L22-L26
This is alright, but could be problematic when publishing the application on server: any change in `posts` will trigger a new publish.
I think it could be tuned so content-related changes (`wwwroot` or `posts`) won't trigger a backend and "frontend" code rebuild.
Contributor guide
Assessment
This issue has not been assessed yet.