1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00
seirdy.one/.build.yml

31 lines
792 B
YAML
Raw Normal View History

---
image: alpine/edge
packages:
- rsync
- git # for Hugo's gitInfo
2020-12-13 05:13:25 +00:00
- make
- jq
sources:
- https://git.sr.ht/~seirdy/seirdy.one
secrets:
- cc1eb90c-b07b-4c46-86d4-58fec41cf0e4
triggers:
- action: email
condition: always
to: seirdy@seirdy.one
tasks:
- deps: |
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
rsync -v deploy@seirdy.one:/home/deploy/binaries.tar.gz .
mkdir -p ~/bin
tar xzf binaries.tar.gz -oC ~/bin
cd seirdy.one
2020-12-24 05:47:58 +00:00
- build_deploy: |
cd seirdy.one
export PATH=~/bin:$PATH
make clean deploy
cp mentions.json ~/mentions.json
2021-06-15 20:15:09 +00:00
make WWW_ROOT=/var/www/seirdy.onion HUGO_BASEURL='http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion/' clean deploy-html
2020-12-24 05:47:58 +00:00
artifacts:
- mentions.json