From 626ff483f01717bd46d20304a653e35b8ec94571 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Thu, 10 Jul 2025 14:09:41 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14e963c..52d6313 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,8 @@ install-job: # This job runs in the build stage, which runs first. deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. environment: production + tags: + - deployment script: - - echo "Deploying application..." + - ls - echo "Application successfully deployed."