deploy to ingress via deploy-www.sh on proxy.uncloseai.com runner

This commit is contained in:
russell@unturf.com 2026-02-14 06:39:24 -05:00
parent 2d3bb7af75
commit c0334ce5b3

View file

@ -1,6 +1,6 @@
stages: stages:
- build - build
- trigger-deploy - deploy
build: build:
stage: build stage: build
@ -26,10 +26,12 @@ build:
- commit-hash.txt - commit-hash.txt
expire_in: 1 month expire_in: 1 month
trigger_deploy: deploy_to_ingress:
stage: trigger-deploy stage: deploy
trigger: tags: ["proxy.uncloseai.com"]
include: needs: [build]
- local: .gitlab-ci-deploy.yml script:
- tar -xzf russell.ballestrini.net.tar.gz
- sudo /usr/local/bin/deploy-www.sh russell-ballestrini russell.ballestrini.net
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'