tool · inferred from evidence
deployctl
A command-line tool used for deploying applications to Deno Deploy.
- deployctl deploy ignores the --prod option
A practical guide for Deno Deploy. `deployctl deploy` ignoring the --prod option was fixed in v1.13.1. Upgrade deployctl and retest.
- deployctl is not able to read env secret in GitHub Action
deployctl not reading env secrets in GitHub Actions: in Deno Deploy project settings, change the git integration from 'Automatic' to 'GitHub Action'. That creates a 'Production' environment on your repo; create the DENO_DEPLOY_TOKEN secret
- Deno Deploy: "Queues not available on preview environment" error in production right after deploy
How to fix: Deno Deploy: "Queues not available on preview environment" error in production right after deploy. This was a platform-side race in how Deno Deploy classified a fresh deployment's environment. Right after a production deploy, th