Site update
This commit is contained in:
parent
2e4c5779ce
commit
4da5b456ed
5 changed files with 17 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,5 @@
|
|||
hugo
|
||||
rsync -rP --delete public/ ivek@dedi:/var/www/site
|
||||
rsync -rP --delete public/ root@odin:/var/www/site
|
||||
git add .
|
||||
git commit -m "Site update"
|
||||
git push
|
||||
|
|
5
public/.well-known/matrix/client
Normal file
5
public/.well-known/matrix/client
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.example.org"
|
||||
}
|
||||
}
|
3
public/.well-known/matrix/server
Normal file
3
public/.well-known/matrix/server
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.cronyakatsuki.xyz:443"
|
||||
}
|
5
static/.well-known/matrix/client
Normal file
5
static/.well-known/matrix/client
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.example.org"
|
||||
}
|
||||
}
|
3
static/.well-known/matrix/server
Normal file
3
static/.well-known/matrix/server
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.cronyakatsuki.xyz:443"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue