CI/CI deploy a static website to AWS S3 bucket through Github Actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • setup-node

    Set up your GitHub Actions workflow with a specific version of node.js

  • Setup environment with Nodejs and install dependencies with npm install, with Github Actions setup Node

  • upload-artifact

  • The content of the build destination folder folder needs is saved and transferred to the following jobs in the workflow. We do this with the Github actions actions/upload-artifact

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • download-artifact

  • The subsequent jobs will be running the Github Actions Download Artifact, in order to retrieve the dist/ folder content.

  • setup-python

    Set up your GitHub Actions workflow with a specific version of Python

  • Run a local host with the static website content with Python setup Github Actions

  • configure-aws-credentials

    Configure AWS credential environment variables for use in other GitHub Actions.

  • The AWS configure-aws-credentials Github Action allows the connection to the AWS S3 bucket through an AWS Role. The configuration of this role is explained in the next chapter

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts