From 18cae142eaaa8904b51a053576aadffd989b0b84 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 6 Jun 2022 18:32:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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"]