CodeIgniter Forums
How to link Github with EC2? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: How to link Github with EC2? (/showthread.php?tid=87223)



How to link Github with EC2? - SharphSonirtm - 03-27-2023

I currently have a website running on Codeigniter 3.x on an EC2 instance. I noticed how convenient it is to link Azure with Github to push updates from the repository when changes are committed and pushed.

I searched for a way to link Github with EC2 for PHP code push but couldn't find any information that only allows for file updates as they occur on Git. The integrations I found required running compilation commands.

I would be grateful if you could share any information on how to achieve this.