From 6ad6158e3b959384fd23e697e01361a1825c8627 Mon Sep 17 00:00:00 2001 From: Michele Rossi Date: Wed, 11 Jun 2025 00:32:23 +0200 Subject: [PATCH] Update gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a34f56..0bf8101 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ stages: # Define the 'deploy_website' job. deploy_website: - stage: deploy - + stage: deploy + tags: jmp-site-deploy # Only run this job when changes are pushed to the 'main' branch. only: - main