update
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user