Update publish workflow

This commit is contained in:
Melon 2023-11-03 09:31:35 +00:00
parent 62c49301bb
commit 512aab0a22
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
6 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
VITE_SSO_ORIGIN=https://sso.1f349.net
VITE_SSO_ORIGIN=https://sso.1f349.com
VITE_API_VIOLET=https://api.1f349.net/v1/violet
VITE_API_ORCHID=https://api.1f349.net/v1/orchid
VITE_API_VIOLET=https://api.1f349.com/v1/violet
VITE_API_ORCHID=https://api.1f349.com/v1/orchid

View File

@ -22,4 +22,4 @@ jobs:
run: tar -czvf upload.tar.gz -C ./dist .
- name: Release
run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.net/u?site=admin.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=admin.1f349.com&branch=${{ github.ref_name }}"'

View File

@ -4,11 +4,11 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>1f349 Admin Panel</title>
<meta name="author" content="1f349.net" />
<meta name="author" content="1f349.com" />
<meta property="og:title" content="1f349 Admin Panel" />
<meta property="og:url" content="https://admin.1f349.net" />
<meta property="og:url" content="https://admin.1f349.com" />
<meta property="og:type" content="object" />
<meta property="og:image" content="https://admin.1f349.net/1f349.svg" />
<meta property="og:image" content="https://admin.1f349.com/1f349.svg" />
<meta property="og:site_name" content="1f349 Admin Panel" />
<link rel="icon" type="image/svg+xml" href="/1f349.svg" />
</head>

View File

@ -1,5 +1,5 @@
{
"name": "admin.1f349.net",
"name": "admin.1f349.com",
"private": true,
"version": "0.0.0",
"type": "module",

View File

@ -49,7 +49,7 @@
</label>
</div>
<div class="nav-link">
<a href="https://status.1f349.net" target="_blank">Status</a>
<a href="https://status.1f349.com" target="_blank">Status</a>
</div>
{#if $loginStore == null}
<div class="login-view">

View File

@ -3,7 +3,7 @@
</script>
<div class="sites-panel">
<iframe src="https://sites.1f349.net/panel?token={getBearer()}" title="" />
<iframe src="https://sites.1f349.com/panel?token={getBearer()}" title="" />
</div>
<style lang="scss">