mirror of
https://github.com/ciiiii/cloudflare-docker-proxy.git
synced 2026-05-20 10:35:47 +08:00
Fix ci
This commit is contained in:
2
.github/workflows/stage.yaml
vendored
2
.github/workflows/stage.yaml
vendored
@@ -19,5 +19,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
accountId: ${{secrets.CF_ACCOUNT_ID}}
|
accountId: ${{secrets.CF_ACCOUNT_ID}}
|
||||||
command: deploy --env staging --minify src/index.ts
|
command: deploy --env staging --minify src/index.js
|
||||||
environment: staging
|
environment: staging
|
||||||
@@ -28,6 +28,8 @@ routes = [
|
|||||||
name = "cloudflare-docker-proxy-staging"
|
name = "cloudflare-docker-proxy-staging"
|
||||||
route = { pattern = "docker-staging.libcuda.so", custom_domain = true }
|
route = { pattern = "docker-staging.libcuda.so", custom_domain = true }
|
||||||
|
|
||||||
|
[env.staging.vars]
|
||||||
|
|
||||||
[env.dev.vars]
|
[env.dev.vars]
|
||||||
MODE = "debug"
|
MODE = "debug"
|
||||||
TARGET_UPSTREAM = "https://registry-1.docker.io"
|
TARGET_UPSTREAM = "https://registry-1.docker.io"
|
||||||
Reference in New Issue
Block a user