Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2023-10-07 14:54:49 +00:00
parent c96f3073bd
commit ea0333ee9a

View File

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