How to Use Github Actions to Deploy a Next.js Website to AWS S3

3 · freeCodeCamp.org · Nov. 2, 2020, 7:41 p.m.
The beauty of Next.js and static web apps is the ability to run the project pretty much anywhere using object storage like on AWS S3, but it can be a pain to manually update those files each time. How can we use GitHub Actions to automate and continuously deploy our app to S3?...