feat: add Docker deployment and Microsoft OAuth support

This commit is contained in:
2026-04-18 14:02:24 +08:00
parent 6704cfb418
commit e69c0dd226
53 changed files with 5139 additions and 4029 deletions

View File

@@ -1,9 +1,9 @@
# 在已执行 tea repos create 创建 mengpost 后,关联 https://shumengya.top/shumengya/mengpost 并推送 main
$ErrorActionPreference = "Stop"
$Origin = "https://shumengya.top/shumengya/mengpost.git"
Set-Location (Split-Path -Parent $PSScriptRoot)
git remote remove origin 2>$null
git remote add origin $Origin
git branch -M main
git push -u origin main
# 在已执行 tea repos create 创建 mengpost 后,关联 https://shumengya.top/shumengya/mengpost 并推送 main
$ErrorActionPreference = "Stop"
$Origin = "https://shumengya.top/shumengya/mengpost.git"
Set-Location (Split-Path -Parent $PSScriptRoot)
git remote remove origin 2>$null
git remote add origin $Origin
git branch -M main
git push -u origin main