From 0231ea22d9b1abed3940457f9a259dc40cba64ef Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 26 Aug 2022 21:30:09 +0200 Subject: [PATCH] testing woodpecker --- .woodpecker.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a87c8cb..dadbef1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,12 +1,4 @@ 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: @@ -15,7 +7,15 @@ 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 - publish: + check_l10n_freshness: + image: plugins/discord + settings: + webhook_id: + from_secret: webook_id + webhook_token: + from_secret: webhook_token + message: "Test" + publish: image: debian commands: - cp -r public/* /var/www/queerscriptors/