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 214bc14 commit 31c0c8aCopy full SHA for 31c0c8a
.github/workflows/build-push-next.yml
@@ -60,6 +60,9 @@ jobs:
60
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
61
run: npx vercel alias "${{ steps.deploy.outputs.url }}" next.eecircuit.com --scope danchitnis-projects --token "$VERCEL_TOKEN"
62
63
+ - name: check deployment
64
+ run: curl -s https://next.eecircuit.com | head -n 50
65
+
66
- name: Install Playwright Browsers
67
run: npx playwright install --with-deps
68
0 commit comments