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

817 B
Raw Blame History

γ

git.fogtype.com 用 Drone Server & Runner

Setup

sudo apt install ansible docker-ce
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