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