Skip to content

Commit

Permalink
correct docs typo (Grade -> Grate) and add url to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNitschke committed Mar 17, 2024
1 parent 60d62de commit 7540610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devops/devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Here's what your `Migrations.csproj` could look like:

Note that this is just a shell project that does not contain any classes or code. But some prefer to be able to see the migrations scripts from within the solution. The project directory will contain a folder that contains the SQL scripts for the database migrations: `src\Migrations\scripts\up`

The dockerfile for the migration project does not build anything but uses Grade:
The dockerfile for the migration project does not build anything but uses [grate](https://erikbra.github.io/grate/):

```dockerfile
FROM erikbra/grate:1.5.4 as migrations
Expand Down

0 comments on commit 7540610

Please sign in to comment.