From ea0333ee9a5aae35a1caa11cafe7799e1dfd57bb Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 7 Oct 2023 14:54:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9852a2e..9201227 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,5 +31,7 @@ build-job: # This job runs in the build stage, which runs first. deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. environment: production + image: eeacms/rsync script: - - cat index.html \ No newline at end of file + - cat index.html + - rsync -az rsync@10.80.15.254::backend ./index.html \ No newline at end of file