Skip to content

Commit

Permalink
doc: Specify image version
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 10, 2024
1 parent 02ea4ac commit 4f044b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,14 @@ az login

#### 3. Run deployment automation

> [!TIP]
> Specify the release version under the `image_version` parameter (default is `main`). For example, `image_version=16.0.0` or `image_version=sha-7ca2c0c`. This will ensure any future project breaking changes won't affect your deployment.
```zsh
make deploy name=my-rg-name
```

- Wait for the deployment to finish
Wait for the deployment to finish.

#### 4. Get the logs

Expand Down

0 comments on commit 4f044b0

Please sign in to comment.