Summary
In this chapter, we finally got to publish our work for others to see through the cloud so that we can access it over the internet. By now, you have a good understanding of how to publish a Vapor app to Heroku, a cloud service provider. Lastly, we set up a Continuous Deployment pipeline to automatically deploy the latest code when it passes the CI check.
In the next chapter, we will learn how to add authentication to our Vapor app so that we can have a Shopping List associated with a user and only that user can make changes to their own Shopping List.