timothymiller
CDCloudflare Developers
•Created by timothymiller on 11/10/2023 in #pages-help
Create Pages like Workers
5 replies
CDCloudflare Developers
•Created by timothymiller on 9/17/2023 in #workers-help
Issue uploading secrets from Github Action when specifying environment
3 replies
CDCloudflare Developers
•Created by timothymiller on 6/12/2023 in #general-help
Is Account ID okay to be public?
Hello, I am publishing an open source project. My wrangler.toml config needs to be in the repo for CI/CD to function properly. Is it generally okay to have info such as my account ID, and D1 database ID in such a file, publicly accessible?
2 replies
CDCloudflare Developers
•Created by timothymiller on 6/9/2023 in #general-help
D1 Migration
How does one run a D1 database migration in CI/CD?
I am running the following:
wrangler d1 migrations apply production
But it wants a keyboard press y
to confirm the migration. Any advice is appreciated!1 replies