simplify deploy target

This commit is contained in:
a 2025-01-15 19:33:16 -06:00
parent 4fed399e61
commit d8820817bc

2
deploy
View file

@ -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/