Update hugo to 0.100.1_extend

This commit is contained in:
2022-06-06 20:11:31 +08:00
parent b878b74b7c
commit 24b2b9b6cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
../../bin/0.98/hugo.exe ../../bin/0.100.1_extend/hugo.exe
ssh -t root@192.168.1.30 "rm -rf /var/www/html/*" ssh -t root@192.168.1.30 "rm -rf /var/www/html/*"
scp -r ./public/* root@192.168.1.30:/var/www/html/ scp -r ./public/* root@192.168.1.30:/var/www/html/
ssh -t root@192.168.1.30 "systemctl restart apache2" ssh -t root@192.168.1.30 "systemctl restart apache2"