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

[DOCS] Align "project" and "name" nodes in 01_deploy.md of the default tye.yaml #357

Merged
merged 1 commit into from
Apr 12, 2020
Merged
Changes from all commits
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
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