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