deploy to ingress proxy via deploy-www.sh

This commit is contained in:
russell@unturf.com 2026-02-13 20:08:34 -05:00
parent 99f7cdd6e2
commit 393b70bfaf

View file

@ -9,3 +9,12 @@ deploy_to_russell_ballestrini_net:
- sudo /opt/salt-call-state-highstate.sh
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
deploy_to_ingress:
stage: deploy
tags: ["proxy.uncloseai.com"]
script:
- tar -xzf russell.ballestrini.net.tar.gz
- sudo /usr/local/bin/deploy-www.sh russell-ballestrini russell.ballestrini.net
rules:
- if: '$CI_COMMIT_BRANCH == "master"'