From 54b58be9c98a122b486d1f21a6bfa2c831788e37 Mon Sep 17 00:00:00 2001 From: terris Date: Sun, 15 Dec 2019 03:13:21 -0500 Subject: [PATCH] had to fix .drone.yml, borked scp destination --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 75177e2..75bc90d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: mkdocs build&deploy commands: - mkdocs build - - scp -r substation/ /home/terris/public_html/substation + - scp -r substation/ /home/terris/public_html/ trigger: branch: