File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6060 name : build-artifacts-${{ github.run_id }}
6161
6262 - name : Deploy to Cloudflare Pages
63- if : github.ref == 'refs/heads/master' && github.repository == 'commaai/connect'
63+ if : github.ref == 'refs/heads/master' && github.repository == 'commaai/new- connect'
6464 uses : cloudflare/wrangler-action@v3
6565 with :
6666 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
7979 uses : docker/setup-buildx-action@v2
8080
8181 - uses : docker/login-action@v3
82- if : github.ref == 'refs/heads/master' && github.repository == 'commaai/connect'
82+ if : github.ref == 'refs/heads/master' && github.repository == 'commaai/new- connect'
8383 with :
8484 registry : ghcr.io
8585 username : ${{ github.actor }}
@@ -111,6 +111,6 @@ jobs:
111111 SENTRY_RELEASE=${{ github.event_name == 'push' && github.sha || github.event.pull_request.head.sha }}
112112 builder : ${{ steps.buildx.outputs.name }}
113113 context : .
114- push : ${{ github.ref == 'refs/heads/master' && github.repository == 'commaai/connect' }}
114+ push : ${{ github.ref == 'refs/heads/master' && github.repository == 'commaai/new- connect' }}
115115 tags : ${{ steps.meta.outputs.tags }}
116116 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 2424 - name : Check whether branch is up-to-date
2525 id : status
2626 run : |
27- git remote add commaai https://github.com/commaai/connect.git
27+ git remote add commaai https://github.com/commaai/new- connect.git
2828 git fetch commaai master
2929 echo "${{ github.event.pull_request.head.sha }}"
3030 git rev-list --left-right --count commaai/master...${{ github.event.pull_request.head.sha }} | awk '{print "Behind "$1" - Ahead "$2""}'
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 outputs :
2323 number : ${{ steps.pr.outputs.number }}
24- if : github.repository == 'commaai/connect' && github.event.workflow_run.event == 'pull_request'
24+ if : github.repository == 'commaai/new- connect' && github.event.workflow_run.event == 'pull_request'
2525 steps :
2626 # use `gr pr view` to get the PR number
2727 # https://github.com/orgs/community/discussions/25220#discussioncomment-11285971
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ curl -fsSL https://bun.sh/install | bash
1616source ~ /.bashrc # or source ~/.zshrc
1717
1818cd ~
19- git clone https://github.com/commaai/connect.git
19+ git clone https://github.com/commaai/new- connect.git
2020
2121cd connect
2222bun install # sets up pre-commit hook
Original file line number Diff line number Diff line change 66 "author" : " comma.ai" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " https://github.com/commaai/connect.git"
9+ "url" : " https://github.com/commaai/new- connect.git"
1010 },
1111 "scripts" : {
1212 "build" : " bun run --bun vite build" ,
You can’t perform that action at this time.
0 commit comments