From 4f40850fd28188adab05486d57ba83d3231e156e Mon Sep 17 00:00:00 2001 From: Jordan Ramos Date: Wed, 3 Jun 2026 07:47:30 -0600 Subject: [PATCH] ci: force pipeline refresh for v2.1.0 deploy --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8896e1..3fda6a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ # ============================================================================= # Executor: Docker (LXC 108 — 71.85.90.8) # Build/test jobs run in node:18 containers. +# Release: v2.1.0 # Deploy jobs run in alpine with SSH/rsync, targeting staging (71.85.90.9) # and production (71.85.90.6) via SSH. # =============================================================================