diff options
Diffstat (limited to '.woodpecker/instances.yml')
| -rw-r--r-- | .woodpecker/instances.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.woodpecker/instances.yml b/.woodpecker/instances.yml index 43df0cd9..aa73b236 100644 --- a/.woodpecker/instances.yml +++ b/.woodpecker/instances.yml @@ -1,9 +1,10 @@ pipeline: instancefetch: - image: python:3.8 + image: python:alpine secrets: [token, mail] when: - event: cron + - event: cron + cron: instance_updater commands: - python -m pip install --upgrade pip - pip install requests colorama |
