From f05e89785a7b34d46a288b43f040ca1e9ee45923 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sat, 6 Dec 2025 10:24:00 +0100 Subject: [PATCH] pipeline fix --- .woodpecker.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a4249f8..61d89eb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,12 @@ +vars: + UPDATE_SECRET: + from_secret: update_secret_key steps: - - name: copyfile + - name: copy_file image: alpine commands: - cp ./bombexpert.lua /games + - name: update_catalog + image: alpine + commands: + - curl https://games.vps.teletype.hu/update?secret=$UPDATE_SECRET