Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-02 20:07:56 +00:00
parent 08d567bd26
commit b1a1d4a906

View file

@ -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"'