Skip to content

Commit 792907d

Browse files
committed
update readme
1 parent 4108c9e commit 792907d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/other/hasura/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To start the development environment, run `docker compose -f ./compose.yml -f ./
1717

1818
### Editing the database/permissions etc.
1919

20-
If you want to edit the database, permissions, or any other Hasura settings such that you can deploy them to production, you should [install the Hasura CLI](https://hasura.io/docs/latest/hasura-cli/install-hasura-cli/). Then, after starting the development environment, you can run `hasura console` _inside the `./hasura` directory. This will open the Hasura console in your browser. Any changes you make in the console will be saved to the `migrations` and `metadata` directories. When you run `defang compose up` these changes will be applied to the production environment.
20+
If you want to edit the database, permissions, or any other Hasura settings such that you can deploy them to production, you should [install the Hasura CLI](https://hasura.io/docs/latest/hasura-cli/install-hasura-cli/). Then, after starting the development environment, you can run `hasura console` _inside the `./hasura` directory_. This will open the Hasura console in your browser. Any changes you make in the console will be saved to the `migrations` and `metadata` directories. When you run `defang compose up` these changes will be applied to the production environment.
2121

2222
## Deploying
2323
1. Open the terminal and type `defang login`

0 commit comments

Comments
 (0)