mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2024-11-12 22:51:35 +00:00
Update publish workflow
This commit is contained in:
parent
62c49301bb
commit
512aab0a22
@ -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
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}"'
|
||||
|
@ -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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "admin.1f349.net",
|
||||
"name": "admin.1f349.com",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user