Continuous deployment ✅ #
Firstly, please match those requirements:
- basic knowledge of Kuzzle
- basic knowledge of Github Actions
- access private plugins
In this section you will find an example of how to deploy in the PaaS using Github Action, a continuous deployment process.
In the previous guide, we deployed by hands our application and we saw it properly updated online.
Now I want to automate it using Github Actions. (other CI/CD will not be covered but the principle stay the same)
Github Actions #
In our template you will find the tailored CI/CD
Conclusion #
Now you have a fully automated deployment process, you can now push your code and it will be deployed automatically.