Some checks failed
Build and Upload / Explore-Gitea-Actions (push) Failing after 2m54s
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@123.60.145.249 "rm -rf /opt/1panel/apps/openresty/openresty/www/sites/blog.xn--ghqz22d40r52n.com/index/*"
|
|
|
|
scp -r -i ./id_rsa ./public/* root@123.60.145.249:/opt/1panel/apps/openresty/openresty/www/sites/blog.xn--ghqz22d40r52n.com/index/ |