Delete Woodpecker pipeline

This commit is contained in:
Anthony Wang 2022-09-14 09:17:49 -05:00
parent a5f0d994f2
commit 2e15da1f10
Signed by untrusted user: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -1,21 +0,0 @@
clone:
git:
image: bash
commands:
- mkdir -p /var/lib/woodpecker-agent/a
- cd /var/lib/woodpecker-agent/a
- if [ -d website ]; then
- cd website
- git pull
- git submodule update
- else
- git clone --recursive https://git.exozy.me/a/website.git
- fi
pipeline:
build:
image: bash
commands:
- cd /var/lib/woodpecker-agent/a/website
- hugo --minify --destination /srv/http/pages/a
- echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail