DEV Community

Cover image for Deploying a Static Website to AWS S3 using Jenkins or Github Actions

Deploying a Static Website to AWS S3 using Jenkins or Github Actions

amlan on June 19, 2020

Deploying a static website should be non-complicated as they just consist of simple HTML pages. They can also contain some dependencies on Javascri...
Collapse
 
bayuangora profile image
Bayu Angora

With Vercel or Netlify, you can simply build and deploy static site without additional Jenkins or Actions.

Collapse
 
amlana24 profile image
amlan

Yep thats right. This was more of a learning exercise for me to build this in Jenkins.