wmill sync push error
Hi, I'm hitting some cryptic errors trying to promote changes made on a
staging
workspace to a production
workspace.
I've noticed two problems when I try to push changes that are deployed and functioning on my staging
workspace to production
:
1. When I run wmill sync push --raw <skip-opts> --include-schedules
, it fails with this error:
This is despite the fact that a script f/my_folder/x_reminder
exists on my local.
2. When I run wmill sync push --raw <skip-opts>
, it fails with an error that tells me very little as to what went wrong:
Here's where the error's coming from: https://deno.land/x/wmill@v1.242.0/script.ts?source=#L247
This error doesn't really tell me anything. Is windmill verifying a referenced <resource/script/variable> exists and preventing pushes if not? If so, which one? Why?
Thanks for any help.0 Replies