Skip to content

Commit

Permalink
Merge branch 'Shonen-Labs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulavBhowmick03 authored Jan 23, 2025
2 parents 2918955 + 59d165b commit 6ac7e3b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,3 @@ jobs:
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
BRIAN_API_KEY: ${{ secrets.BRIAN_API_KEY }}

- name: Deploy to Vercel
run: |
if [ ${{ github.event_name }} == 'pull_request' ]; then
npx vercel --token ${{ secrets.VERCEL_TOKEN }}
else
npx vercel --prod --token ${{ secrets.VERCEL_TOKEN }}
fi
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 6ac7e3b

Please sign in to comment.