Skip to content

Commit

Permalink
docs: address cr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed May 8, 2023
1 parent 605bfd9 commit ec794f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/tutorials/your-first-project/1-initialize-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,12 @@ name: frontend
description: Frontend service container
type: container
# This defines an image to be used and refers the 'frontend' Build action defined above
build: frontend
# Dependency section is used to specify action execution order. The frontend will be deployed after the backend is deployed.
# Dependency for the Build action is implicit.
dependencies:
- deploy.backend
# This block is necessary to deploy and expose the frontend application
spec:
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/your-first-project/3-deploy-and-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build: frontend
spec:
args: [ npm, test ]

--- # the yaml separator is necessary to delimit different actions
---

kind: Test
name: frontend-integ
Expand Down

0 comments on commit ec794f3

Please sign in to comment.