From 43850ca5ca3f8d56e832ed7b8f1bce1e252a3218 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 19 Nov 2023 23:43:12 +0700 Subject: [PATCH] experiment: combine processes into one step --- .woodpecker.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 212481b..e93713e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,14 +7,11 @@ steps: # - cp ttt-org.container /home/sasha/.config/containers/systemd # - systemctl --user daemon-reload - container-build: + quick-deploy: 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 +