add deploy script
This commit is contained in:
parent
74c83f1b04
commit
eb086b8b1b
1 changed files with 4 additions and 0 deletions
4
deploy
Executable file
4
deploy
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
rm -r public/
|
||||
hugo
|
||||
rsync -avz --delete public/ a@trwnh.com:/srv/http/abdullahtarawneh.com/public
|
Loading…
Reference in a new issue