Skip to content

Manually Test and Deploy Branch to Vercel #131

Manually Test and Deploy Branch to Vercel

Manually Test and Deploy Branch to Vercel #131

Workflow file for this run

name: Manually Test and Deploy Branch to Vercel
on: workflow_dispatch
jobs:
test:
uses: ./.github/workflows/cypress_tests.yml
secrets: inherit
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Vercel deploy
uses: amondnet/[email protected]
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.ORG_ID}}
vercel-project-id: ${{ secrets.PROJECT_ID}}
scope: ${{ secrets.TEAM_ID}}
vercel-project-name: 'akita'