There was an error while loading. Please reload this page.
1 parent e833a3b commit d871e5fCopy full SHA for d871e5f
Course/lesson-6.md
@@ -70,13 +70,13 @@
70
### Multi-Stage Deployments:
71
* Change docker-compose.yaml
72
* add variable ${DC_APP_PORT} to change ports
73
-* Rename deploy_to_dev stage
+* Rename "deploy_to_dev" stage
74
* From "deploy"
75
-* Add run_functional_tests stage
+* Add "run_functional_tests" stage
76
* Add abort command
77
-* Add deploy_to_staging stage
+* Add "deploy_to_staging" stage
78
* Change variables and change port 4000
79
-* Add deploy_to_prod stage
+* Add "deploy_to_prod" stage
80
* Change variables and change port 5000
81
82
0 commit comments