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.
gamma.fogtype.com/README.md
Nebel 11f6c47ab5
All checks were successful
continuous-integration/drone/push Build is passing
'README.md' を更新
2022-12-27 10:33:03 +09:00

834 B
Raw Blame History

γ

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