From f51c701f75db454834f899bca0cc51a013e6c989 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 2 Feb 2020 14:32:38 +0000 Subject: [PATCH] execute build script before ftp transfer --- publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/publish.sh b/publish.sh index 1030f7d..bf0a948 100755 --- a/publish.sh +++ b/publish.sh @@ -2,4 +2,5 @@ _password="$1" +./build.sh lftp -e "mirror -R blog ." -u "hugo@rayelliott.dev,$_password" ftp://ftp.rayelliott.dev