Update CI after fixing agent

This commit is contained in:
Late Night Defender 2023-11-19 22:52:52 +07:00
parent 89954d2f19
commit 9d1c1d2c41

View file

@ -1,28 +1,19 @@
workspace:
base: /home/sasha
path: woodpecker-builds/ttt-org
# steps:
# prepare:
# image: bash
# commands:
# - systemctl --user stop ttt-org
# - cp ttt-org.container /home/sasha/.config/containers/systemd
# 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
steps:
prepare:
image: bash
commands:
- podman info
- systemctl --user stop ttt-org
- cp ttt-org.container /home/sasha/.config/containers/systemd
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