Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-02 20:01:00 +00:00
parent 66bcdf7537
commit a0870d531d

View file

@ -1,5 +1,6 @@
stages:
- build
- www.makepostsell.com
build:
stage: build
@ -21,3 +22,12 @@ build:
- commit-hash.txt
#expire_in: 1 month
www.makepostsell.com:
stage: www.makepostsell.com
tags: ["mps-router1"]
script:
# publish build to Salt Master
- sudo /opt/salt-call-state-highstate.sh
rules:
- if: '$CI_COMMIT_BRANCH == "main"'