Skip to content

Commit d871e5f

Browse files
10.12 update lesson-6.md
Add Multi-Stage Deployments
1 parent e833a3b commit d871e5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Course/lesson-6.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
### Multi-Stage Deployments:
7171
* Change docker-compose.yaml
7272
* add variable ${DC_APP_PORT} to change ports
73-
* Rename deploy_to_dev stage
73+
* Rename "deploy_to_dev" stage
7474
* From "deploy"
75-
* Add run_functional_tests stage
75+
* Add "run_functional_tests" stage
7676
* Add abort command
77-
* Add deploy_to_staging stage
77+
* Add "deploy_to_staging" stage
7878
* Change variables and change port 4000
79-
* Add deploy_to_prod stage
79+
* Add "deploy_to_prod" stage
8080
* Change variables and change port 5000
8181

8282

0 commit comments

Comments
 (0)