From 13ac9eb6bb8828c33fe0db113b18171d6eb36fb6 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Tue, 9 Sep 2025 17:30:05 +0200 Subject: [PATCH] update CI --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99e4e4a..8617d19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,9 +23,11 @@ build: paths: - node_modules/ -.deploy_template: &deploy_template +deploy: stage: deploy image: node:latest + only: + - main before_script: - apt-get update -qq && apt-get install -y rsync sshpass script: