1
0
Fork 0
ejv2.cc/siteupdate

8 lines
111 B
Text
Raw Normal View History

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