diff --git a/README.md b/README.md index 5ac08d3..275f1ff 100644 --- a/README.md +++ b/README.md @@ -377,9 +377,9 @@ Paste this in your `.travis.yml` file, commit and push it to GitHub! ## Continuous _Delivery_ 🚀 -Continuous delivery (CD) is a software engineering approach -in which teams produce software in short cycles, -ensuring that the software can be reliably released at any time. +**Continuous delivery** (**CD**) is a software engineering approach +in which teams produce software in **short cycles**, +ensuring that the software can be **reliably released** at **_any_ time.** It aims at building, testing, and releasing software with greater speed and frequency. The approach helps reduce the cost, time, and risk of delivering changes diff --git a/encrypted-ssh-keys-deployment.md b/encrypted-ssh-keys-deployment.md index d2617d4..dd3c6ea 100644 --- a/encrypted-ssh-keys-deployment.md +++ b/encrypted-ssh-keys-deployment.md @@ -107,7 +107,7 @@ You should see output in your terminal _similar_ to this: 1_Having an RSA key **without** a_ `password` -_is "OK" for use as a deployment key on Travis-CI +_is "OK" for use as a key **exclusively** used for deployment on Travis-CI because the key will be **encrypted** using Travis'_ `public` _key meaning that **only** Travis can decrypt it._ _given that we are "trusting" Travis-CI with the_ `private` _key @@ -228,8 +228,8 @@ Now try installing the Travis-CI CLI again. sudo apt-get install ruby-full ``` -For installation instructions for specific/different Linux distribution, see: -https://www.ruby-lang.org/en/documentation/installation +For installation instructions for specific/different Linux distribution,
+see: https://www.ruby-lang.org/en/documentation/installation #### Windows...? @@ -240,9 +240,10 @@ https://www.ruby-lang.org/en/documentation/installation
-But seriously, +But seriously, install Linux on your Windows PC and set yourself _free_! https://www.computerworld.com/article/3252823/linux/why-linux-is-better-than-windows-or-macos-for-security.html +If you are "_stuck_" using windows see: https://rubyinstaller.org ### 5. _Encrypt_ the Private Key @@ -337,6 +338,11 @@ on your server instance ... Add the following lines to your `.travis.yml` file: + + + + + #### Set StrictHostKeyChecking no for Server ```