Remove tag requirement - runner is project-specific

This commit is contained in:
Russell Ballestrini 2026-01-12 11:14:42 -05:00
parent 2784aeda13
commit 0aa20fd8b8

View file

@ -1,12 +1,10 @@
stages: stages:
- deploy - deploy
proxy.uncloseai.com: deploy:
stage: deploy stage: deploy
tags:
- proxy.uncloseai.com
only: only:
- master # Change this if you want to deploy from other branches - master
script: script:
- echo "Deploying repository to /opt/www using rsync..." - echo "Deploying repository to /opt/www using rsync..."
- rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/" - rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/"