Skip to content

Commit

Permalink
move vercel config to leaderboard and update pre-deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Apr 24, 2024
1 parent 06a11a8 commit d2a283f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leaderboard/pre-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
: "${LEADERBOARD_REPO:=https://github.com/coronasafe/leaderboard.git}"

rm vercel.json

git init
git remote add --mirror=fetch origin ${LEADERBOARD_REPO}
git pull origin main
Expand Down
File renamed without changes.

0 comments on commit d2a283f

Please sign in to comment.