1
0
Fork 0
ejv2.cc/siteupdate

10 lines
124 B
Text
Raw Permalink Normal View History

2024-08-02 00:42:43 +01:00
#!/bin/sh
rm -rf public/
hugo
ssh root@ejv2.cc rm -rf /var/www/html/
rsync -zr public/ ejv2.cc:/var/www/html/
./bigfiles