Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Test CI (#2)
Browse files Browse the repository at this point in the history
* fix docker

* update context

* update proxy
  • Loading branch information
fewensa authored Sep 30, 2024
1 parent 245d0a2 commit 595481e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
push: true
context: packages/delegator
file: Dockerfile
file: packages/delegator/Dockerfile
tags: |
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/delegator:sha-${{ env.SHA }}
Expand Down
2 changes: 1 addition & 1 deletion packages/web/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rewrites": [
{
"source": "/api/:path(.*)",
"destination": "http://g1.generic.darwinia.network:3001/api/:path*"
"destination": "http://g1.generic.darwinia.network:3901/api/:path*"
}
]
}
Expand Down

0 comments on commit 595481e

Please sign in to comment.