From b1a1d4a9069a0e11f45c882b764e596b71f08ca5 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 2 Mar 2025 20:07:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c23f08f..57c8964 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - build + - russell.ballestrini.net build: stage: build @@ -29,3 +30,12 @@ build: - russell.ballestrini.net.tar.gz.hash - commit-hash.txt expire_in: 1 month + +russell.ballestrini.net: + stage: russell.ballestrini.net + tags: ["mps-router1"] + script: + # publish build to Salt Master + - sudo /opt/salt-call-state-highstate.sh + rules: + - if: '$CI_COMMIT_BRANCH == "main"'