Aiven workshop: Configure your app and data for Continuous Delivery with Netlify
What's in the Workshop Recipe? Continuous deployment is a powerful technique, allowing a web application and associated data to be automatically published when the software changes. In this workshop, we’ll show you how to set up an existing application, that uses PostgreSQL and Redis as backend services, for continuous delivery of itself and its data. Using your own fork of the application’s GitHub repository, we’ll show you how to add Netlify integration, so that the app (and its data) can be deployed when a change is pushed to the repository.