remove woodpecker for now as not working
This commit is contained in:
parent
43850ca5ca
commit
102686a25b
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
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
|
|
||||||
|
|
||||||
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 .
|
|
||||||
- systemctl --user start ttt-org
|
|
||||||
|
|
Loading…
Reference in a new issue