mirror of
https://github.com/1f349/1f349.com.git
synced 2024-11-13 23:21:45 +00:00
Update publish workflow
This commit is contained in:
parent
5075706f8d
commit
dfb4973913
@ -8,15 +8,15 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>🍉 - 1f349.net</h1>
|
<h1>🍉 - 1f349.com</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
-
|
-
|
||||||
<a href="/hosting">Hosting</a>
|
<a href="/hosting">Hosting</a>
|
||||||
-
|
-
|
||||||
<a href="https://admin.1f349.net" target="_blank">Admin</a>
|
<a href="https://admin.1f349.com" target="_blank">Admin</a>
|
||||||
-
|
-
|
||||||
<a href="https://status.1f349.net" target="_blank">Status</a>
|
<a href="https://status.1f349.com" target="_blank">Status</a>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
{{page}}
|
{{page}}
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -19,4 +19,4 @@ jobs:
|
|||||||
run: tar -czvf upload.tar.gz -C ./build .
|
run: tar -czvf upload.tar.gz -C ./build .
|
||||||
|
|
||||||
- name: Release
|
- 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 }}"'
|
||||||
|
12
hosting.page
12
hosting.page
@ -1,11 +1,11 @@
|
|||||||
meta:
|
meta:
|
||||||
title: "1f349.net Hosting"
|
title: "1f349.com Hosting"
|
||||||
author: "1f349.net"
|
author: "1f349.com"
|
||||||
og-title: "1f349.net Hosting"
|
og-title: "1f349.com Hosting"
|
||||||
og-url: "https://1f349.net/hosting"
|
og-url: "https://1f349.com/hosting"
|
||||||
og-type: "object"
|
og-type: "object"
|
||||||
og-image: "https://1f349.net/1f349.svg"
|
og-image: "https://1f349.com/1f349.svg"
|
||||||
og-site_name: "1f349.net"
|
og-site_name: "1f349.com"
|
||||||
content: |
|
content: |
|
||||||
<main>
|
<main>
|
||||||
<p>We are currently hosting the following domains</p>
|
<p>We are currently hosting the following domains</p>
|
||||||
|
12
index.page
12
index.page
@ -1,11 +1,11 @@
|
|||||||
meta:
|
meta:
|
||||||
title: "1f349.net"
|
title: "1f349.com"
|
||||||
author: "1f349.net"
|
author: "1f349.com"
|
||||||
og-title: "1f349.net"
|
og-title: "1f349.com"
|
||||||
og-url: "https://1f349.net"
|
og-url: "https://1f349.com"
|
||||||
og-type: "object"
|
og-type: "object"
|
||||||
og-image: "https://1f349.net/1f349.svg"
|
og-image: "https://1f349.com/1f349.svg"
|
||||||
og-site_name: "1f349.net"
|
og-site_name: "1f349.com"
|
||||||
content: |
|
content: |
|
||||||
<main>
|
<main>
|
||||||
<code class="utf-desc">
|
<code class="utf-desc">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"m.homeserver": {
|
"m.homeserver": {
|
||||||
"base_url": "https://synapse.1f349.net"
|
"base_url": "https://synapse.1f349.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"m.server": "synapse.1f349.net:443"
|
"m.server": "synapse.1f349.com:443"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user