From 9406f7b1198fdca2df93d3108671593fa2c8d0b8 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 7 Oct 2023 14:59:59 +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 461b314..b4e399a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,4 +35,4 @@ deploy-job: # This job runs in the deploy stage. image: eeacms/rsync:latest script: - cat index.html - - rsync -az rsync@10.80.15.254::webpage ./index.html \ No newline at end of file + - rsync -az ./index.html rsync@10.80.15.254::webpage \ No newline at end of file