Skip to content

feat(filters): Complete filter consistency and interactive UX improve… #1

feat(filters): Complete filter consistency and interactive UX improve…

feat(filters): Complete filter consistency and interactive UX improve… #1

name: 🚀 Production Deploy
on:
push:
branches: [main]
workflow_run:
workflows: ["🚀 CI Pipeline"]
types: [completed]
branches: [main]
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' }}
runs-on: ubuntu-latest
name: 🚀 Deploy to Production
steps:
- name: 📥 Checkout
uses: actions/checkout@v4
- name: 🚀 Deploy to Vercel
uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: '--prod'
working-directory: ./