From e56845c57521ac8db49f284e11b0a8938e4a3ba6 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 7 Oct 2023 14:56:57 +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 e019ca5..461b314 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::backend ./index.html \ No newline at end of file + - rsync -az rsync@10.80.15.254::webpage ./index.html \ No newline at end of file