From 0aa20fd8b8ff177fb91d5652e1934263da2152bc Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 12 Jan 2026 11:14:42 -0500 Subject: [PATCH] Remove tag requirement - runner is project-specific --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4756752..9e4373a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,10 @@ stages: - deploy -proxy.uncloseai.com: +deploy: stage: deploy - tags: - - proxy.uncloseai.com only: - - master # Change this if you want to deploy from other branches + - master script: - echo "Deploying repository to /opt/www using rsync..." - rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/"