diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4756752..9e4373a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/"