diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76eff8e..8765071 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,15 @@ build: - commit-hash.txt #expire_in: 1 month +my.makepostsell.com: + stage: my.makepostsell.com + tags: ["my.makepostsell.com"] + script: + # publish build to Salt Master + - sudo /opt/salt-call-state-highstate.sh + rules: + - if: '$CI_COMMIT_BRANCH == "master"' + memopoly.com: stage: memopoly.com tags: ["memopoly.com"]