mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 13:09:32 +00:00
Commit literally everything to kick tires
Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
197a066ece
commit
c7e8c9bf98
11 changed files with 141 additions and 0 deletions
20
.build.yml
Normal file
20
.build.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
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."
|
Loading…
Add table
Add a link
Reference in a new issue