|
27 | 27 | - circle-ci and github account |
28 | 28 |
|
29 | 29 |
|
30 | | -## Continous Integration Pipeline - (Without Docker) |
| 30 | +## Continuous Integration Pipeline - (Without Docker) |
31 | 31 |
|
32 | 32 | For the purpose of virtualization, we uses virtual machine technology. This technology actually reduces concentration risk when deploy in the right configurations. You can always achieve more failures using fewer x physical machines and hosting more than x virtual machines that are networked to watch each other and take over in the event of partner machines failure. |
33 | 33 |
|
@@ -82,7 +82,7 @@ output: |
82 | 82 |
|
83 | 83 | As shown above, we can save key and value by clicking "Save" button. |
84 | 84 |
|
85 | | -## Integrating Cirecle-ci (Before Docker) |
| 85 | +## Integrating Circle-ci (Before Docker) |
86 | 86 |
|
87 | 87 | Make sure you add circle-ci config file under .circleci/... as shown under the example https://github.com/sangam14/dockerapp1/tree/master/.circleci |
88 | 88 |
|
@@ -122,16 +122,16 @@ jobs: |
122 | 122 | ``` |
123 | 123 |
|
124 | 124 | As shown above, make sure to add environment variable like $DOCKER_HUB_EMAIL, $DOCKER_HUB_USER_ID,$DOCKER_HUB_PWD |
125 | | -Once you get circleci job running sucessfully, it should automatically be deployed on DockerHub repository. |
| 125 | +Once you get circleci job running successfully, it should automatically be deployed on DockerHub repository. |
126 | 126 |
|
127 | | -Login to the circl-ci account https://circleci.com using github. Select project which you want to deploy. |
| 127 | +Login to the circle-ci account https://circleci.com using github. Select project which you want to deploy. |
128 | 128 |
|
129 | 129 |  |
130 | 130 |
|
131 | | -Go to the setting of the project in circleci dashboard and add the environment veriable which declared in .circleci/config.yml file io. |
| 131 | +Go to the setting of the project in circleci dashboard and add the environment variable which declared in .circleci/config.yml file io. |
132 | 132 | You can also provide Github SSH permission. |
133 | 133 |
|
134 | | - |
| 134 | + |
135 | 135 |
|
136 | 136 | Next, Run the build and it will perform following steps one by one {if it encounter any error, you should see red-colored messages ) |
137 | 137 | <br> |
|
0 commit comments