Skip to content

Commit

Permalink
Update mirror4vercel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mihajlo-cdxy committed Jun 12, 2024
1 parent 6389985 commit febf17b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mirror4vercel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ jobs:
git config --global user.name "${{ secrets.VERCELCDXY_USER }}"
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.VERCELCDXY_KEY }}'
git remote add vercel git@github.com:vercel-cdxy/consumer-demo-app-nextjs.git
git fetch vercel
git merge vercel/main --allow-unrelated-histories
git remote add vercel "${{ secrets.VERCELCDXY_TARGET_PATH }}"
git push vercel --force

0 comments on commit febf17b

Please sign in to comment.