From 80ef09b23b5a0163a1c3e76be7d60accc5e2235b Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Fri, 13 Feb 2026 20:29:07 -0500 Subject: [PATCH] remove old server deploy, only deploy to ingress --- .gitlab-ci-deploy.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci-deploy.yml b/.gitlab-ci-deploy.yml index 7477d85..747c8a8 100644 --- a/.gitlab-ci-deploy.yml +++ b/.gitlab-ci-deploy.yml @@ -1,15 +1,6 @@ stages: - deploy -deploy_to_russell_ballestrini_net: - stage: deploy - tags: ["russell.ballestrini.net"] - script: - # Publish build to Salt Master - - sudo /opt/salt-call-state-highstate.sh - rules: - - if: '$CI_COMMIT_BRANCH == "master"' - deploy_to_ingress: stage: deploy tags: ["proxy.uncloseai.com"]