From 63f61394519cf00f909c786c8431466b6596d103 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Mon, 21 Apr 2025 13:00:03 -0400 Subject: [PATCH] My boss forced me to build this feature... Pure shit. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08b131f..fa1ec53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ stages: - Tests - Build + - PostDeployPrep + - PostDeploy NodeJs Tests: stage: Tests