Connecting the LAMP app with Git
LAMP
3
Posts
2
Posters
32
Views
2
Watching
-
Hello @privsec
This could be done in multiple ways.
You get set a simple cron for your lamp app that just pulls every 5 minutes.
But this is not reactive to updates to your master branch. It just pulls every 5 minutes.
A more complex approach would be to set up a GitHub action that pushes the changes to the LAMP app with the cloudron cli.