execute build script before ftp transfer
This commit is contained in:
parent
24c3673b80
commit
f51c701f75
|
@ -2,4 +2,5 @@
|
|||
|
||||
_password="$1"
|
||||
|
||||
./build.sh
|
||||
lftp -e "mirror -R blog ." -u "hugo@rayelliott.dev,$_password" ftp://ftp.rayelliott.dev
|
||||
|
|
Reference in New Issue