Update .gitlab-ci-deploy.yml

This commit is contained in:
Russell Ballestrini 2025-03-21 18:15:52 +00:00
parent 4538422359
commit bb8a1d9972

View file

@ -7,7 +7,5 @@ deploy_to_russell_ballestrini_net:
script:
# Publish build to Salt Master
- sudo /opt/salt-call-state-highstate.sh
dependencies:
- build
rules:
- if: '$CI_COMMIT_BRANCH == "master"'