wrangler deploy --config workers/sync/wrangler.jsonc -e preview workers/sync/index.ts and passes the "-e preview" to send this to the preview environment which appears to be a separate worker. This command works when I run it locally but doesn't seem to be doing the right thing when it's running via the github integration when I push code up... Any one have any experience with this and/or ideas?