From d36c610ff6d38064bee9d7df8797de9c8be49110 Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Tue, 4 Jul 2023 16:34:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1131dab9..81f2d266 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,3 +35,10 @@ distribute_amd64: - earthly +package-linux-amd64-deb - earthly +package-linux-amd64-rpm - /home/gitlab-runner/distribute-packages.sh + +repo_deployment: + stage: distribute + only: stable + needs: distribute_amd64 + tags: repo-setup + script: /home/gitlab-runner/deploy.sh