diff options
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ secrets: tasks: - deploy: | cd yulqen.org - sshopts="ssh -o StrictHostKeyChecking=no" + sshopts="ssh -o StrictHostKeyChecking=no -p 2222" rsync --rsh="$sshopts" toss.txt $deploy:/var/www/yulqen.org/ |