Skip to content

Commit

Permalink
chaged the deploy-client/server file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohail-9 committed Nov 27, 2024
1 parent 2c6b8e5 commit 257a2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
run: |
cd client # Navigate to the client directory
vercel --prod --token $VERCEL_TOKEN
vercel --prod --token $VERCEL_TOKEN --yes
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
run: |
cd server # Navigate to the server directory
vercel --prod --token $VERCEL_TOKEN
vercel --prod --token $VERCEL_TOKEN --yes

0 comments on commit 257a2b3

Please sign in to comment.