Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-02 20:21:34 +00:00
parent bc8248230f
commit 0edab43ee1

View file

@ -1,5 +1,6 @@
stages:
- build
- www.remarkbox.com
build:
stage: build
@ -18,3 +19,12 @@ build:
- www.remarkbox.com.tar.gz.hash
- commit-hash.txt
expire_in: 1 month
www.remarkbox.com:
stage: www.remarkbox.com
tags: ["www.remarkbox.com"]
script:
# publish build to Salt Master
- sudo /opt/salt-call-state-highstate.sh
rules:
- if: '$CI_COMMIT_BRANCH == "master"'