Signed-off-by: Odyssey <hi@odyssey346.dev>
このコミットが含まれているのは:
Odyssey 2023-02-10 21:27:04 +01:00
コミット dc77e20591
1個のファイルの変更1行の追加3行の削除

ファイルの表示

@ -7,13 +7,11 @@ pipeline:
- event: cron
cron: instancejson
- event: push
path: "README.md"
path: ["README.md", ".woodpecker/.instancejson.yml"]
branch: dev
commands:
- git clone https://codeberg.org/gothub/gothub-instances instances
- cd instances
- python3 -m venv venv/
- source venv/bin/activate
- pip install -r requirements.txt
- python3 main.py
# SSH configuration