From 1acbaa16b02b2c53b63dedc61a6e062af9f1f3fe Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 3 Mar 2025 15:19:51 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bc317d..ed09beb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,13 +44,16 @@ build: - static.tar.gz - commit-hash.txt expire_in: 1 month + when: always my.remarkbox.com: stage: my.remarkbox.com tags: ["my.remarkbox.com"] + needs: + - build script: - # publish build to Salt Master + # deploy build via salt-call out to the salt-master for a highstate. - sudo /opt/salt-call-state-highstate.sh rules: - if: '$CI_COMMIT_BRANCH == "main"'