Go to file
2020-03-24 22:17:15 -05:00
drone/data fixing ignore 2020-03-24 22:17:15 -05:00
gitea we have a composefile 2020-03-24 22:15:33 -05:00
.env we have a composefile 2020-03-24 22:15:33 -05:00
.gitignore init 2019-09-10 09:30:28 +08:00
docker-compose.yml we have a composefile 2020-03-24 22:15:33 -05:00
README.md 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