SanquiAlt
DTDrizzle Team
•Created by SanquiAlt on 12/10/2024 in #help
[Solved] Running drizzle-kit push in CI to set up a database
Hello, I'm trying to run
drizzle-kit push
in a CI pipeline to prop up a database for testing. However, the process gets stuck on "Warning You are about to execute current statements". Obviously there is no tty and no user to answer yes. I checked drizzle-kit push --help
and didn't find any --yes
or --ci
arguments to skip this check. What's the recommended way to proceed here?2 replies