Update publish workflow

This commit is contained in:
Melon 2023-11-03 09:44:38 +00:00
parent 5075706f8d
commit dfb4973913
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
6 changed files with 18 additions and 18 deletions

View File

@ -8,15 +8,15 @@
</head>
<body>
<header>
<h1>🍉 - 1f349.net</h1>
<h1>🍉 - 1f349.com</h1>
<p>
<a href="/">Home</a>
&nbsp;-&nbsp;
<a href="/hosting">Hosting</a>
&nbsp;-&nbsp;
<a href="https://admin.1f349.net" target="_blank">Admin</a>
<a href="https://admin.1f349.com" target="_blank">Admin</a>
&nbsp;-&nbsp;
<a href="https://status.1f349.net" target="_blank">Status</a>
<a href="https://status.1f349.com" target="_blank">Status</a>
</p>
</header>
{{page}}

View File

@ -19,4 +19,4 @@ jobs:
run: tar -czvf upload.tar.gz -C ./build .
- name: Release
run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.net/u?site=1f349.net&branch=${{ github.ref_name }}"'
run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.com/u?site=1f349.com&branch=${{ github.ref_name }}"'

View File

@ -1,11 +1,11 @@
meta:
title: "1f349.net Hosting"
author: "1f349.net"
og-title: "1f349.net Hosting"
og-url: "https://1f349.net/hosting"
title: "1f349.com Hosting"
author: "1f349.com"
og-title: "1f349.com Hosting"
og-url: "https://1f349.com/hosting"
og-type: "object"
og-image: "https://1f349.net/1f349.svg"
og-site_name: "1f349.net"
og-image: "https://1f349.com/1f349.svg"
og-site_name: "1f349.com"
content: |
<main>
<p>We are currently hosting the following domains</p>

View File

@ -1,11 +1,11 @@
meta:
title: "1f349.net"
author: "1f349.net"
og-title: "1f349.net"
og-url: "https://1f349.net"
title: "1f349.com"
author: "1f349.com"
og-title: "1f349.com"
og-url: "https://1f349.com"
og-type: "object"
og-image: "https://1f349.net/1f349.svg"
og-site_name: "1f349.net"
og-image: "https://1f349.com/1f349.svg"
og-site_name: "1f349.com"
content: |
<main>
<code class="utf-desc">

View File

@ -1,5 +1,5 @@
{
"m.homeserver": {
"base_url": "https://synapse.1f349.net"
"base_url": "https://synapse.1f349.com"
}
}

View File

@ -1,3 +1,3 @@
{
"m.server": "synapse.1f349.net:443"
"m.server": "synapse.1f349.com:443"
}