This commit is contained in:
2026-01-17 14:41:13 +08:00
parent 202822f4f2
commit ac3a8c93d7
3 changed files with 14 additions and 5 deletions

View File

@@ -93,7 +93,12 @@ jobs:
- name: Prepare deployment
run: |
bun install -g edgeone vercel wrangler
unzip artifact/generate-output-${{ steps.commit-hash.outputs.short }}.zip -d dist
- name: Deploy to Vercel
run: |
vercel --token ${{ secrets.VERCEL_TOKEN }} --prod --yes
- name: Deploy to Edgeone
run: |
edgeone pages deploy ./dist --token ${{ secrets.EDGEONE_TOKEN }} --name ${{ env.EDGEONE_PROJECT_NAME }}