git.fogtype.com 用 Drone Server & Runner https://gamma.fogtype.com
This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Nebel 772ce1ac03
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update renovate/renovate docker tag to v37.52.0
2023-11-09 12:03:08 +00:00
etc remove beta.fogtype.com 2023-01-01 23:45:41 +09:00
.drone.yml chore(deps): update renovate/renovate docker tag to v37.52.0 2023-11-09 12:03:08 +00:00
.env.example set DRONE_USER_CREATE 2022-12-27 00:24:07 +09:00
.gitignore setup drone server 2022-12-26 22:56:37 +09:00
ansible.cfg create γ project 2022-12-26 00:25:28 +09:00
compose.yml chore(deps): update caddy:2.7.5-alpine docker digest to f1c092d 2023-10-21 01:03:42 +00:00
LICENSE Create LICENSE 2023-01-02 00:03:05 +09:00
README.md 'README.md' を更新 2022-12-27 10:33:03 +09:00
renovate.json configure renovate 2022-12-27 09:03:58 +09:00
setup.yml setup drone server 2022-12-26 22:56:37 +09:00

γ

https://gamma.fogtype.com

git.fogtype.com 用 Drone Server & Runner

Setup

sudo apt install ansible
ansible-playbook setup.yml

詳しい構成は setup.yml を参照

Drone Server & Runner

Gitea への導入
https://docs.drone.io/server/provider/gitea/
項目
Application Name gamma
Redirect URI https://gamma.fogtype.com/login
install -m 600 .env{.example,}
echo DRONE_RPC_SECRET=$(openssl rand -hex 16) >> .env
# .envファイルに適切な設定をする

Deploy

docker context create --docker=host=ssh://ubuntu@gamma.fogtype.com gamma
docker context use gamma
docker compose up -d