mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
Andrei Jiroh Eugenio Halili
c7e8c9bf98
Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
20 lines
535 B
YAML
20 lines
535 B
YAML
image: alpine/edge
|
|
packages:
|
|
- openssh-client
|
|
- python3
|
|
- py3-pip
|
|
sources:
|
|
- https://git.sr.ht/~ajhalili2006/tildeweb
|
|
triggers:
|
|
- action: email
|
|
condition: always
|
|
to: Public Inbox <~ajhalili2006/public-inbox@lists.sr.ht>
|
|
cc: ctrl-c.clib/~ajhalili2006 <ajhalili2006@gmail.com>
|
|
tasks:
|
|
- build:
|
|
cd tildeweb && pip3 install -r requirements.txt
|
|
mkdocs build
|
|
- deploy:
|
|
cd tildeweb
|
|
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
|
echo "TODO: Implement SSH-based deployments over here."
|