Add post: 暗黑能天使

This commit is contained in:
2022-05-10 01:13:38 +08:00
parent e0a0b033ae
commit 90b654e708
104 changed files with 3185 additions and 7 deletions

6
deploy.sh Normal file
View File

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