From 2c9e05bd2c825e3a1be102e1beda68b08ea95f1f Mon Sep 17 00:00:00 2001 From: Christopher Thomas Bohn Date: Thu, 25 Nov 2021 14:37:17 -0600 Subject: [PATCH] Fix .build.yml --- .build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index b322d6f..298dd75 100644 --- a/.build.yml +++ b/.build.yml @@ -9,7 +9,6 @@ secrets: - 1169255b-7137-4364-a5eb-0662c260b28c tasks: - deploy: | - cd gemini-capsule sshopts="ssh -o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rtvzP docs $deploy:~/Documents/ + rsync --rsh="$sshopts" -rtvzP gemini-capsule $deploy:~/Documents/ -- 2.38.5