diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-19 08:02:40 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-19 08:02:40 +0000 |
commit | 7a805497617ecf7e75ac65c5f65bfa901df31aae (patch) | |
tree | c87f60ffd7dcb460462e9bb79d55846002c4484c | |
parent | a89b10edf5d656c735e3d54bcd48d783c0d19400 (diff) |
tweak to build script
-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/ |