Skip to content

Commit

Permalink
Update index.html.md
Browse files Browse the repository at this point in the history
Typo completely
  • Loading branch information
aarondglover authored Dec 24, 2017
1 parent c92edf6 commit 3a9414d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down Expand Up @@ -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.
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.

0 comments on commit 3a9414d

Please sign in to comment.