www.makepostsell.com/.gitlab-ci-deploy.yml
2025-05-01 23:05:11 -04:00

11 lines
223 B
YAML

stages:
- deploy
www.makepostsell.com:
stage: deploy
tags: ["mps-router1"]
script:
# publish build to Salt Master
- sudo /opt/salt-call-state-highstate.sh
rules:
- if: '$CI_COMMIT_BRANCH == "master"'