remove matrix files

This commit is contained in:
Adora Laura Kalb 2023-04-08 21:56:09 +02:00
parent 3b63766823
commit 2e8e90d44a
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
4 changed files with 0 additions and 29 deletions

View file

@ -1,21 +0,0 @@
image: debian/bullseye
packages:
- nodejs
- rsync
repositories:
nodejs: https://deb.nodesource.com/node_18.x bullseye main 1655A0AB68576280
environment:
REMOTE: cloud.lauka.net
secrets:
- 54755283-43f7-44a6-97fb-70db08184ff1
tasks:
- prepare: |
cd www-lauka-net
npm install -D @11ty/eleventy
- build: |
cd www-lauka-net
npx @11ty/eleventy --input=./ --output=public
- deploy: |
ssh-keyscan -t ed25519 $REMOTE >> $HOME/.ssh/known_hosts
cd www-lauka-net/public
rsync -avh --delete --chown=webadmin:caddy ./ webadmin@$REMOTE:/webroot/www.lauka.net

0
.well-known/.gitkeep Normal file
View file

View file

@ -1,5 +0,0 @@
{
"m.homeserver": {
"base_url": "https://matrix.lauka.net"
}
}

View file

@ -1,3 +0,0 @@
{
"m.server": "matrix.lauka.net:443"
}