updated deploy script

This commit is contained in:
drew 2019-10-20 12:20:48 +02:00
parent 1b99836522
commit efacaa0d06

6
deploy
View File

@ -1,8 +1,8 @@
#!/bin/sh
USER=y192235
HOST=mrkev.fme.vutbr.cz
DIR=public_html/
USER=dotyaoverlord
HOST=dotya.ml
DIR=public/
hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}