diff --git a/.woodpecker/.instancejson.yml b/.woodpecker/.instancejson.yml index 7459de3..41c3e83 100644 --- a/.woodpecker/.instancejson.yml +++ b/.woodpecker/.instancejson.yml @@ -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