Skip to content

Commit 31c0c8a

Browse files
authored
Add deployment check step in workflow
Add a step to check deployment after Vercel aliasing.
1 parent 214bc14 commit 31c0c8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-push-next.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
6161
run: npx vercel alias "${{ steps.deploy.outputs.url }}" next.eecircuit.com --scope danchitnis-projects --token "$VERCEL_TOKEN"
6262

63+
- name: check deployment
64+
run: curl -s https://next.eecircuit.com | head -n 50
65+
6366
- name: Install Playwright Browsers
6467
run: npx playwright install --with-deps
6568

0 commit comments

Comments
 (0)