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:
- deploy
proxy.uncloseai.com:
deploy:
stage: deploy
tags:
- proxy.uncloseai.com
only:
- master # Change this if you want to deploy from other branches
- master
script:
- echo "Deploying repository to /opt/www using rsync..."
- rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/"