mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 10:39:44 +00:00
remove upload script
This commit is contained in:
parent
36185f6927
commit
63350e64bd
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
USER=user
|
|
||||||
HOST=adityakumar.xyz
|
|
||||||
DIR=/home/user/adityakumar.xyz
|
|
||||||
|
|
||||||
hugo && rsync -Pavz --delete public/ ${USER}@${HOST}:${DIR}
|
|
||||||
|
|
||||||
exit 0
|
|
Loading…
Reference in a new issue