diff --git a/.woodpecker.yml b/.woodpecker.yml index cf82dba..a87c8cb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,12 @@ pipeline: + check_l10n_freshness: + image: plugins/discord + settings: + webhook_id: + from_secret: webook_id + webhook_token: + from_secret: webhook_token + message: "Test" build: image: python:3.8-bullseye commands: @@ -7,16 +15,7 @@ pipeline: - wget https://gitlab.torproject.org/tpo/tpa/ci-templates/-/raw/main/lektor-requirements.txt -O requirements.txt - python3 -m pip install --require-hashes -r requirements.txt - lektor build --output-path public - check_l10n_freshness: - image: plugins/discord - secrets: - - source: webhook_id - target: plugin_webhook_id - - source: webhook_token - target: plugin_webhook_token - settings: - message: "Test from woodpecker" - publish: + publish: image: debian commands: - cp -r public/* /var/www/queerscriptors/