diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3875e6..eb97b05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: - test - build - publish + - memopoly.com test: stage: test @@ -43,3 +44,11 @@ publish: script: # publish build to Salt Master - sudo /opt/salt-call-put-artifacts-onto-salt-master.sh + + +memopoly.com: + stage: memopoly.com + tags: ["memopoly.com"] + script: + # publish build to Salt Master + - sudo /opt/salt-call-state-highstate.sh