Add ssh key to known_hosts in wikitree deployment

This commit is contained in:
Przemek Więch
2021-12-01 10:55:53 +01:00
parent 8b9d826b8e
commit 57cf424614
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
set -e
echo Copying files...
lftp -d sftp://wiech13:${LFTP_PASSWORD}@apps.wikitree.com << EOF
lftp --env-password sftp://wiech13@apps.wikitree.com << EOF
mkdir www/topola-viewer.new
mirror -R -p build/ www/topola-viewer.new/
rm -r www/topola-viewer.old