Go to file
2020-03-08 20:29:34 +08:00
drone update 2020-03-08 20:29:34 +08:00
gitea update 2020-03-08 20:29:34 +08:00
.gitignore init 2019-09-10 09:30:28 +08:00
README.md update 2020-03-08 20:29:34 +08:00
run.sh update 2020-03-08 20:29:34 +08:00

drone and gitea

需在公网上部署

使用

管理 Gitea

启动 Gitea

./run.sh gitea start // or cd gitea && docker-compose up -d

停止 Gitea

./run.sh gitea stop // or cd gitea && docker-compose down

创建 OAuth 应用

参考链接, 参考 Step 1Preparation部分 Visit

Create a Shared Secret

openssl rand -hex 16

edit .env file

Run Drone Server