diff --git a/src/documents/2017/11/moving-my-static-blog-to-docker/index.html.md b/src/documents/2017/11/moving-my-static-blog-to-docker/index.html.md index 480abf1..58d8cf9 100644 --- a/src/documents/2017/11/moving-my-static-blog-to-docker/index.html.md +++ b/src/documents/2017/11/moving-my-static-blog-to-docker/index.html.md @@ -36,7 +36,7 @@ Then run `docker ps` to get the local port number and browse to that! ## Update my build process -I use VSTS to build my website, and it's complely free. +I use VSTS to build my website, and it's completely free. Originally, I had the build configured to push directly to Azure once the build was finished. In hindsight, **it was very inelegant do have the build process also push the deployment.** @@ -119,4 +119,4 @@ If you want to see the complete nginx.conf for the MS Dev Show, you can [view it ## Summary -As soon as I finish writing this post, I'll commit my changes to GitHub. VSTS will immediately pick up those changes, and begin building. After ~3 minutes of building the Docker image, it will push that to Dockerhub, and the Azure Linux Web App will pull and deploy that image in about 30 seconds. \ No newline at end of file +As soon as I finish writing this post, I'll commit my changes to GitHub. VSTS will immediately pick up those changes, and begin building. After ~3 minutes of building the Docker image, it will push that to Dockerhub, and the Azure Linux Web App will pull and deploy that image in about 30 seconds.