Skip to content

Commit 4e64e8d

Browse files
committed
try dockerfile path from root
1 parent f745daa commit 4e64e8d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/composite/deploy-cloudflare/action.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ runs:
9797
# run: |
9898
# bun run ./packages/gitbook-v2/openNext/customWorkers/script/updateWrangler.ts ${{ steps.extract_server_version_id.outputs.version_id }}
9999

100-
- name: Copy server functions to custom workers
101-
shell: bash
102-
run: |
103-
cp -r ./packages/gitbook-v2/.open-next/server-functions/default ./packages/gitbook-v2/openNext/customWorkers/default
104-
105100
- id: deploy_container
106101
name: Deploy container to Cloudflare
107102
uses: cloudflare/[email protected]

packages/gitbook-v2/openNext/customWorkers/containerWrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"containers": [
1010
{
1111
"class_name": "OpenNextContainer",
12-
"image": "./default/Dockerfile",
12+
"image": "./packages/gitbook-v2/.open-next/server-functions/default/Dockerfile",
1313
"max_instances": 1,
1414
"name": "container-open-next"
1515
}

0 commit comments

Comments
 (0)