Hello, and welcome to this week’s changelog update! Let’s jump into what’s new:
-
Exclude files to trigger Deployments with .koyebignore
You can now include a
.koyebignore
file in your Git repository to specify files and directories that should not trigger a new deployment. For instance, if you addtests/
andREADME.md
to the.koyebignore
file, changes performed in thetests
directory and to theREADME.md
file will not trigger a new deployment. -
Add Instance replica index
A new Koyeb variable,
KOYEB_REPLICA_INDEX
, is now available on every Instance to easily identify the replica index to which an Instance is assigned. This is particularly useful for identifying an Instance that plays a leader role and completes specific tasks in a distributed system architecture. -
New tutorial: How to Deploy Strapi as a Content Backend and Headless CMS on Koyeb
We published a new tutorial on deploying Strapi on Koyeb. Strapi is a headless CMS that helps you build content-based sites with the frontend of your choice by providing a reliable, customizable API backend. You can even deploy it with one click.