All checks were successful
Build and Upload / Explore-Gitea-Actions (push) Successful in 2m26s
11 lines
318 B
Bash
Executable File
11 lines
318 B
Bash
Executable File
#!/bin/bash
|
|
|
|
chmod u+x hugo
|
|
|
|
rm -rf public
|
|
|
|
./hugo build
|
|
|
|
# ssh -i ./id_rsa root@116.204.65.205 "rm -rf /opt/1panel/apps/openresty/openresty/www/sites/blog.xn--ghqz22d40r52n.com/index/*"
|
|
|
|
scp -r -i ./id_rsa ./public/* root@116.204.65.205:/opt/1panel/apps/openresty/openresty/www/sites/blog.xn--ghqz22d40r52n.com/index/ |