Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 561 Bytes

File metadata and controls

21 lines (18 loc) · 561 Bytes

Deploy static site to AWS

Batteries-included Github action that deploys a static site to AWS Cloudfront, taking care of DNS, SSL certs and S3 buckets

Usage

- name: Deploy to AWS
  uses: exohood/exohood-action-deploy-aws-static-site@v1
  with:
    AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
    AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
    domain: subdomain.exohood.com
    publish_dir: ./public