Closed georgeblahblah closed 8 months ago
Thanks for reaching out.
You didn't mention the whole deployctl
command you are using, but it sounds like you are trying to push a preview (i.e. non-production) deployment with a cron definition.
You may try pushing your deployment to production instead (with the --prod
flag), or remove the cron definition for preview deployments.
In any case, you should be able to see failure details in the logs for the specific deployment that failed, in the list at the bottom of https://dash.deno.com/projects/weak-alpaca-13 (under the three-dots menus next to the timestamps).
Adding --prod
to the deployctl deploy
command does the trick! Thanks so much
Problem description
I'm trying to deploy my project (
weak-alpaca-13
) usingdeployctl
. The first deploy worked well, however subsequent deploys fail with:The only interesting feature I can think of in this project is usage of
Deno.cron
.Steps to reproduce
deployctl
deployctl
Expected behavior
Deployment succeeds
Environment
Possible solution
No response
Additional context
No response