This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-blog/publish.sh

7 lines
126 B
Bash
Executable File

#!/bin/sh
_password="$1"
./build.sh
lftp -e "mirror -R blog ." -u "hugo@rayelliott.dev,$_password" ftp://ftp.rayelliott.dev