Geun-Oh / Composite-S3-CloudFront

Compite Action For S3-CloudFront Distribution (w/OAC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composite-S3-CloudFront

  • Compite Action For S3-CloudFront Distribution (w/OAC)

Example Usage

name: "test-deploy"

on:
  push:
    branches:
      - test

jobs:
  test:
    name: "Test Deploy"
    runs-on: "ubuntu-latest"

    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Deploy AWS
        uses: "Geun-Oh/Composite-S3-CloudFront@latest"
        with:
          filepath: "/my/file/path"
          aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}
          aws_secret_key: ${{ secrets.AWS_SECRET_KEY }}

About

Compite Action For S3-CloudFront Distribution (w/OAC)


Languages

Language:HCL 92.1%Language:Dockerfile 4.1%Language:Makefile 3.8%