From b28993acd3ef5ae59068f67f91ac5a1d3247dde3 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 1 Nov 2022 23:02:25 -0400 Subject: [PATCH] Server switch --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 16d5240..93e7325 100644 --- a/.build.yml +++ b/.build.yml @@ -14,4 +14,4 @@ tasks: - deploy: | cd redstrate.com echo "StrictHostKeyChecking=no" >> ~/.ssh/config - rsync -Wvr public/ deploy@ryne.moe:/var/ryne/sync/redstrate.com + rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/redstrate.com \ No newline at end of file