From 6c2138b3e580f7b8ac727bed5b9f3d4f10c767ac Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 19 Nov 2023 23:37:14 +0700 Subject: [PATCH] debug --- .woodpecker.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 74f987c..a630b6d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,20 +2,22 @@ steps: prepare: image: bash commands: - - systemctl --user stop ttt-org - - podman image rm localhost/ttt-org - - cp ttt-org.container /home/sasha/.config/containers/systemd - - systemctl --user daemon-reload + - podman images + - podman info + # - systemctl --user stop ttt-org + # - podman image rm localhost/ttt-org + # - cp ttt-org.container /home/sasha/.config/containers/systemd + # - systemctl --user daemon-reload - 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 - - podman build -t ttt-org . + # 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 + # - podman build -t ttt-org . - container-deploy: - image: bash - commands: - - systemctl --user start ttt-org + # container-deploy: + # image: bash + # commands: + # - systemctl --user start ttt-org