add deploy script

This commit is contained in:
a 2023-08-31 11:28:42 -05:00
parent 74c83f1b04
commit eb086b8b1b
1 changed files with 4 additions and 0 deletions

4
deploy Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
rm -r public/
hugo
rsync -avz --delete public/ a@trwnh.com:/srv/http/abdullahtarawneh.com/public