From b26fefca253d61085f2a28f88b70ce4d81c5b20a Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Wed, 16 Nov 2022 18:12:51 +0100
Subject: [PATCH] ci: use the deploy stage

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb0d146..7c8d9bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,8 @@
 image: node:16.13.2-slim
 
 pages:
+  stage:
+    - deploy
   tags:
     - cache
   cache:
-- 
GitLab