I saw a [post on the mailing list][1] where a user had some trouble
using the Debian + Eleventy example due to it referencing an old
version of Debian that is no longer supported by builds.st.ht.
This patchset improves the example in several ways:
- Image changed from stale debian/buster to evergreen debian/stable
- Node.js version updated to new LTS and a non-distro-specific repo
- Updated env var to disable the npm progress bar
[1]: https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3CCAPxX4hCqQFqymCCdOy70gEiwQojAALO7iVjPujybp0433QZ3TA%40mail.gmail.com%3E
Noelle Leigh (3):
eleventy.yml: Switch to debian/stable
eleventy.yml: Don't use nodesource repo
eleventy.yml: Disable progress bar correctly
eleventy.yml | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
--
2.39.2
[PATCH pages.sr.ht-examples v2 1/3] eleventy.yml: Switch to debian/stable