We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246fa58 commit ed11f51Copy full SHA for ed11f51
.github/workflows/ci.yaml
@@ -37,19 +37,3 @@ jobs:
37
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
38
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_TL_ENGINE }}
39
scope: ${{ secrets.VERCEL_ORG_ID }}
40
-
41
- - name: Run Tests Against Staging
42
- env:
43
- VERCEL_URL: ${{ steps.deploy-vercel-staging.outputs.preview-url }}
44
- run: bun run test
45
46
- - name: Deploy to Production
47
- uses: amondnet/vercel-action@v25.2.0
48
- id: deploy-vercel-production
49
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
50
- with:
51
- vercel-token: ${{ secrets.VERCEL_TOKEN }}
52
- vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
53
- vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_TL_ENGINE }}
54
- vercel-args: --prod
55
- scope: ${{ secrets.VERCEL_ORG_ID }}
0 commit comments