From 35c7c3d5bf769835156c9928fa169be3bc933f83 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux <benoit@leastauthority.com> Date: Thu, 25 Jan 2024 23:04:17 +0100 Subject: [PATCH] Change the branch the comment too Signed-off-by: Benoit Donneaux <benoit@leastauthority.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26c619f0..1f037fbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -169,7 +169,7 @@ deploy-to-production: name: "production" url: "https://monitoring.private.storage/" -# Update the hro-cloud deployment - just like above for production (same branch). +# Update the hro-cloud deployment - only on a commit to the hro-cloud branch. deploy-to-hro-cloud: <<: *UPDATE_GRID -- GitLab