From 7a805497617ecf7e75ac65c5f65bfa901df31aae Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 19 Dec 2022 08:02:40 +0000 Subject: tweak to build script --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index cdb4f2e..351816d 100644 --- a/.build.yml +++ b/.build.yml @@ -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/ -- cgit v1.2.3