www.unturf.com/.gitlab-ci.yml

10 lines
217 B
YAML

stages:
- deploy
deploy:
stage: deploy
tags: ["proxy.uncloseai.com"]
script:
- sudo /usr/local/bin/deploy-www.sh unturf .
rules:
- if: '$CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "main"'