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

27 lines
412 B
Markdown
Raw Normal View History

2022-12-26 00:25:28 +09:00
# γ
2022-12-27 10:33:03 +09:00
https://gamma.fogtype.com
2022-12-26 22:56:37 +09:00
[git.fogtype.com](https://git.fogtype.com/) 用 Drone Server & Runner
2022-12-26 00:25:28 +09:00
## Setup
```sh
2022-12-27 02:52:56 +09:00
sudo apt install ansible
2022-12-26 00:25:28 +09:00
ansible-playbook setup.yml
```
詳しい構成は [setup.yml](setup.yml) を参照
2022-12-26 22:56:37 +09:00
### Deploy
```bash
docker context create --docker=host=ssh://ubuntu@gamma.fogtype.com gamma
docker context use gamma
docker compose up -d
```
2024-01-03 20:43:49 +09:00
### Status
- 2024-01-03 運用停止