chore: 修改文件权限并添加脚本和CI配置

修改多个文件的权限为755,添加release.sh和docker-env.sh脚本,配置Gitea的CI工作流和版本更新日志配置文件
This commit is contained in:
李东云
2025-04-16 15:47:06 +08:00
parent 55bd2fab90
commit 2625bd2826
45 changed files with 112 additions and 2 deletions

9
scripts/docker-env.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env sh
docker run \
--pull always \
-ti --rm --name "hdk-admin" \
-w "/srv/www" \
-v "$(pwd)":/srv/www \
-v ~/.ssh:/root/.ssh \
harbor.luxcreo.cn/library/hyperf:7.4-swoole /bin/ash