Similarly to FTP deployment, add an option “Git push” for deployment
Logic for Git push deployment:
- Once deployment is requested, create a new Git branch “wappler_deployment” (project must be using Git)
- Commit files to “wappler_deployment” (target specific files, such as db.json)
- Git push branch “wappler_deployment” to remote specified during target configuration
- Delete branch “wappler_deployment”
The same logic could be applied to Caprover. Instead of “git push”, it would be “caprover deploy”
Git push can be used for deployment with Dokku - a self-hosted Heroku alternative
Community Page
Last updated:
Last updated: