Skip to content

Commit ed11f51

Browse files
committed
ci: remove deploy to production on push
1 parent 246fa58 commit ed11f51

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,3 @@ jobs:
3737
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
3838
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_TL_ENGINE }}
3939
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

Comments
 (0)