simplify deploy target
This commit is contained in:
parent
4fed399e61
commit
d8820817bc
1 changed files with 1 additions and 1 deletions
2
deploy
2
deploy
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm -r public/
|
rm -r public/
|
||||||
hugo
|
hugo
|
||||||
rsync -avz --delete public/ a@trwnh.com:/srv/http/abdullahtarawneh.com/public
|
rsync -avz --delete public/ a@trwnh.com:/srv/http/abdullahtarawneh.com/
|
||||||
|
|
Loading…
Add table
Reference in a new issue