From 13843f0e0bc8739ddeeb6548380fba9776aaa649 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 19 Nov 2023 23:27:23 +0700 Subject: [PATCH] debug: see index.html in each stage --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1acfc1d..59f06c8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,12 +5,14 @@ steps: - systemctl --user stop ttt-org - cp ttt-org.container /home/sasha/.config/containers/systemd - systemctl --user daemon-reload + - cat index.html container-build: image: bash commands: - sed -i "s/DATE/$(date -I)/g" index.html - sed -i "s/VERSION/$(git log -1 --oneline | awk '{print $1}')/g" index.html + - cat index.html - podman build -t ttt-org . container-deploy: