From 472d2e1100605d5c812b5913c5a161a5307aeacf Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 25 Jan 2025 00:47:41 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44a2524..d3c959d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,5 +9,5 @@ ai.unturf.com: - master # Change this if you want to deploy from other branches script: - echo "Deploying repository to /opt/www using rsync..." - - sudo rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/" + - rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/" - echo "Deployment to /opt/www completed successfully."