deploy via proxy.uncloseai.com runner (replace Salt)

This commit is contained in:
russell@unturf.com 2026-02-13 17:17:49 -05:00
parent d1233af576
commit c9efc17746
2 changed files with 6 additions and 30 deletions

View file

@ -1,11 +0,0 @@
stages:
- deploy
deploy_to_www_unturf_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"'

View file

@ -1,23 +1,10 @@
stages:
- build
- trigger-deploy
- deploy
build:
stage: build
tags: ["build"]
deploy:
stage: deploy
tags: ["proxy.uncloseai.com"]
script:
- ./make_tarball.sh
artifacts:
paths:
- www.unturf.com.tar.gz
- www.unturf.com.tar.gz.hash
- commit-hash.txt
expire_in: 1 month
trigger_deploy:
stage: trigger-deploy
trigger:
include:
- local: .gitlab-ci-deploy.yml
- sudo /usr/local/bin/deploy-www.sh unturf .
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "main"'