Créer son CDN de A à Z part 4 - CI et déploiement sur Clever Cloud

Intro Dans l’épisode précédent, nous avons codé l’intégralité de notre CDN. Nous l’avons ensuite lancé en local avec un object storage Minio pour s’assurer de son bon fonctionnement. Aujourd’hui c’est le grand jour, nous allons quitter le monde du local et envoyer notre application dans les nuages ☁️. ...

March 11, 2024 · 8 min · Matthieu Drouian

🦊 📦 How to manage NPM modules with GitLab Packages and semantic-release

GitLab offers a private NPM registry for each project with the GitLab Packages feature. We will see in this article how to use it to publish modules then how to automate the releases and the changelog generation on a project. ...

December 11, 2021 · 4 min · Matthieu Drouian