Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Align "project" and "name" nodes in 01_deploy.md of the default tye.y…
Browse files Browse the repository at this point in the history
…aml (#357)
  • Loading branch information
tebeco committed Apr 12, 2020
1 parent a2dd987 commit a556390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/hello-tye/01_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ Tye has a optional configuration file (`tye.yaml`) to allow customizing settings
name: microservice
services:
- name: frontend
project: frontend/frontend.csproj
project: frontend/frontend.csproj
- name: backend
project: backend/backend.csproj
project: backend/backend.csproj
```
The top level scope (like the `name` node) is where global settings are applied.
Expand Down

0 comments on commit a556390

Please sign in to comment.