uncloseai.com/.gitlab-ci.yml

16 lines
331 B
YAML

# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY
# Copyright 2025 TimeHexOn & foxhop & russell@unturf
# https://www.permacomputer.com
stages:
- deploy
deploy:
stage: deploy
tags:
- uncloseai.com
only:
- master
script:
- mkdir -p /opt/www/uncloseai
- rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/uncloseai/"