mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user