Add deployment guide and push script

- Add push_to_gitea.sh script for manual Git push instructions
- Update README.md with correct repository URL
- Include deployment and troubleshooting guides
This commit is contained in:
huxunan
2025-09-22 14:58:07 +08:00
parent 885fad6c64
commit 961bae1bd8
2 changed files with 30 additions and 2 deletions

View File

@@ -71,8 +71,8 @@ gitea:
```bash
# 克隆项目
git clone <project-url>
cd giteapm
git clone http://218.84.152.14:65001/huxunan/gitpm.git
cd gitpm
# 修改配置文件
cp config/config.yaml.example config/config.yaml