updated deploy script
This commit is contained in:
parent
1b99836522
commit
efacaa0d06
6
deploy
6
deploy
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user