This commit is contained in:
2026-01-18 16:50:04 +08:00
parent 2f13248729
commit f9f7cf9a76

View File

@@ -135,13 +135,18 @@ jobs:
- name: Install Bun - name: Install Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Download generate artifact
uses: actions/download-artifact@v4
with:
name: generate-output-${{ steps.commit-hash.outputs.short }}
path: .vercel/output/static
- name: Install Vercel CLI - name: Install Vercel CLI
run: | run: |
bun install -g vercel bun install -g vercel
- name: Deploy to Vercel - name: Deploy to Vercel
run: | run: |
vercel build --token ${{ secrets.VERCEL_TOKEN }} --yes
vercel --token ${{ secrets.VERCEL_TOKEN }} --prebuilt --yes --prod vercel --token ${{ secrets.VERCEL_TOKEN }} --prebuilt --yes --prod
deploy-edgeone: deploy-edgeone: