Update .gitlab-ci.yml
This commit is contained in:
parent
08d567bd26
commit
b1a1d4a906
1 changed files with 10 additions and 0 deletions
|
|
@ -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"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue