remarkbox/.gitlab-ci.deploy.yml
Russell Ballestrini feb32bb2e2 Child pipeline fixes race condition.
new file:   .gitlab-ci.deploy.yml
	modified:   .gitlab-ci.yml
2022-06-21 14:34:23 -04:00

11 lines
242 B
YAML

stages:
- my.remarkbox.com
my.remarkbox.com:
stage: my.remarkbox.com
tags: ["my.remarkbox.com"]
script:
# publish build to Salt Master
- sudo /opt/salt-call-state-highstate.sh
rules:
- if: '$CI_COMMIT_BRANCH == "main"'