Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2023-10-07 14:59:59 +00:00
parent e56845c575
commit 9406f7b119

View File

@ -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
- rsync -az ./index.html rsync@10.80.15.254::webpage