Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/howto/ci-cd.md
Co-authored-by: Andrew Benton <andrew@sqlc.dev>
  • Loading branch information
kyleconroy and andrewmbenton authored Oct 20, 2023
commit 8af7fdbd879e017f02b4c493ae0246ec2dc75f7d
2 changes: 1 addition & 1 deletion docs/howto/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ helpful in catching anti-patterns before they make it into production. Please
see the [vet](vet.md) documentation for a complete guide to adding lint rules
for your project.

`sqlc upload` pushs your database schema and queries to sqlc Cloud. Once
`sqlc upload` pushes your database schema and queries to sqlc Cloud. Once
uploaded, we ensure that future releases of sqlc do not break your code. Learn
more about uploading projects [here](upload.md)

Expand Down