Skip to content

Commit e6d2ec0

Browse files
committed
refactor: comment out deploy job in CI/CD pipeline for future use
1 parent 9afe1f5 commit e6d2ec0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
- run: npm ci
3434
- run: npm audit --audit-level high
3535

36-
deploy:
37-
needs: [test, security]
38-
runs-on: ubuntu-latest
39-
if: github.ref == 'refs/heads/main'
40-
steps:
41-
- uses: actions/checkout@v4
42-
- uses: amondnet/vercel-action@v25
43-
with:
44-
vercel-token: ${{ secrets.VERCEL_TOKEN }}
45-
vercel-project-id: ${{ secrets.PROJECT_ID }}
36+
# deploy:
37+
# needs: [test, security]
38+
# runs-on: ubuntu-latest
39+
# if: github.ref == 'refs/heads/main'
40+
# steps:
41+
# - uses: actions/checkout@v4
42+
# - uses: amondnet/vercel-action@v25
43+
# with:
44+
# vercel-token: ${{ secrets.VERCEL_TOKEN }}
45+
# vercel-project-id: ${{ secrets.PROJECT_ID }}

0 commit comments

Comments
 (0)