Thursday, April 10, 2025

Github action success!

I just managed to automate updates for a website hosted on AWS on push of a commit to github.

The site is served by nginx running in a docker container.
The source for the site is stored in a private github repo.

I have configured an action based on this stackoverflow post
which connects to the AWS instance and pulls the git repo to refresh the site.

I also used Cloudformation to apply some of the AWS configs.

No comments: