shun
shun
CDCloudflare Developers
Created by shun on 10/15/2024 in #workers-help
Workers build unstable?
Workers build is slow compared to last Friday. hung on bun install 1.1.28, waited 12 minutes and it didn't finish. retry and it finished immediately.
9 replies
CDCloudflare Developers
Created by shun on 10/15/2024 in #workers-help
How can I access the encrypted build variables inside the shell?
When encrypting a build variable in the Cloudflare Worker build function, the build command will return an empty string when attempting to reference the build variable.
5 replies
CDCloudflare Developers
Created by shun on 10/11/2024 in #workers-help
[Suggestion] Slack Notification of Deployment Results
After the build is complete, I want to be notified of the deployment results to a registered Slack webhook URL. Right now, I am running shell on the deploy command, and have implemented my own notification process inside the script.
2 replies
CDCloudflare Developers
Created by shun on 10/8/2024 in #workers-help
[Workers Build] bun: not found error
Cloudflare Workers is deployed using the build function. The project uses Bun, and the build process runs bun install --frozen-lockfile, although I have not specifically configured the build. I am getting the following error here, which prevents me from deploying. Deployment was successful until 21 hours ago, but now it is failing. Please help. Below is the build log.
11:01:03.697 Initializing build environment...
11:01:14.054 Success: Finished initializing build environment
11:01:14.058 Cloning repository...
11:01:15.213 Detected the following tools from environment: [email protected], [email protected], [email protected]
11:01:15.214 Installing project dependencies: bun install --frozen-lockfile
11:01:15.220 /bin/sh: 1: bun: not found
11:01:15.221 Failed: error occurred while installing tools or dependencies
11:01:03.697 Initializing build environment...
11:01:14.054 Success: Finished initializing build environment
11:01:14.058 Cloning repository...
11:01:15.213 Detected the following tools from environment: [email protected], [email protected], [email protected]
11:01:15.214 Installing project dependencies: bun install --frozen-lockfile
11:01:15.220 /bin/sh: 1: bun: not found
11:01:15.221 Failed: error occurred while installing tools or dependencies
8 replies