Maraj/deploy.sh

13 lines
203 B
Bash
Executable File

#! /usr/bin/bash
set -e
bundle exec jekyll build
USER_RE=`cat ../userrepas.txt`
sshpass -f ../mdpmaraj.txt sftp -P 6969 -oBatchMode=no -b - $USER_RE@sagou.in:/ << EOF
lcd _site
cd www
put -r .
bye
EOF