mirror of
https://github.com/kccleoc/seedpgp-web.git
synced 2026-03-07 09:57:50 +08:00
docs: add deployment repo README
This commit is contained in:
@@ -11,6 +11,9 @@ fi
|
||||
echo "🔨 Building $VERSION..."
|
||||
bun run build
|
||||
|
||||
echo "📄 Adding README..."
|
||||
cp public/README.md dist/README.md
|
||||
|
||||
echo "📦 Deploying to GitHub Pages..."
|
||||
cd dist
|
||||
git add .
|
||||
@@ -19,4 +22,6 @@ git push
|
||||
|
||||
cd ..
|
||||
echo "✅ Deployed to https://kccleoc.github.io/seedpgp-web-app/"
|
||||
echo "📖 Repo: https://github.com/kccleoc/seedpgp-web-app"
|
||||
echo "🏷️ Don't forget to tag: git tag $VERSION && git push --tags"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user