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
Raw Normal View History

2020-02-01 19:38:42 +00:00
#!/bin/sh
_password="$1"
./build.sh
2020-02-01 19:38:42 +00:00
lftp -e "mirror -R blog ." -u "hugo@rayelliott.dev,$_password" ftp://ftp.rayelliott.dev