fix deploy script
This commit is contained in:
parent
9f3e6590a5
commit
e3aa8c1804
1 changed files with 2 additions and 5 deletions
|
@ -5,8 +5,5 @@
|
|||
source .env
|
||||
|
||||
make all
|
||||
|
||||
for pdf_file in build/*.pdf; do
|
||||
[ -e "$pdf_file" ] || continue
|
||||
rsync --archive -hh --partial --info=stats1 --info=progress2 --modify-window=1 -e "ssh -p ${PORT}" cv.pdf ${UNAME}@${HOST}:${DEST_DIR}/${pdf_file}
|
||||
done
|
||||
echo "Uploading files:" build/*.pdf
|
||||
rsync --archive -hh --partial --info=stats1 --info=progress2 --modify-window=1 -e "ssh -p ${PORT}" build/*.pdf ${UNAME}@${HOST}:${DEST_DIR}/
|
||||
|
|
Loading…
Reference in a new issue