mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 10:39:44 +00:00
rm deploy script
This commit is contained in:
parent
cf17c8a819
commit
f54942421c
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/resume
|
||||
|
||||
hugo && rsync -Pavz --delete public/ ${USER}@${HOST}:${DIR}
|
||||
|
||||
exit 0
|
Loading…
Reference in a new issue