We're looking to host a number of small projects on Amazon Lightsail. For larger projects we use Codepipeline to manage deployments from github.
Is there a similar option available to push deployments from github to a lightsail instance for deployments. I've had a look around and pipeline does not seem to work.
Is it possible to use AWS CodePipeline with Lightsail?
Are there any good deployment options for lightsail or should we look at something more basic such as
https://github.com/markomarkovic/simple-php-git-deploy
Many thanks for the advice!