Deploy on other servers in my ci file

Replace this template with your information

Describe your question in as much detail as possible:

1、
gitlab-runner service(centos7 10.10.200.78)
gitlab-runner v14.0.1
gitlab v13.11.4

2、
deploy service(centos7 10.10.200.79)

in my ci file , i try to ssh 10.10.200.79, it work,but after code,not work on 10.10.200.79.

I hope to eventually deploy in 10.10.200.79, but it deploy in 10.10.200.78

My command is wrong,I’ve solved it

ssh user@remoteNode > /dev/null 2>&1 << eeooff
cd /home
touch abcdefg.txt
exit
eeooff