All Projects → onramper → action-deploy-aws-static-site

onramper / action-deploy-aws-static-site

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to action-deploy-aws-static-site

recent-activity
Add your recent activity to your profile readme!
Stars: ✭ 87 (+24.29%)
Mutual labels:  actions, github-action
action-netlify-deploy
🙌 Netlify deployments via GitHub actions
Stars: ✭ 32 (-54.29%)
Mutual labels:  actions, github-action
github-action-wpe-site-deploy
A GitHub Action to deploy code directly to WP Engine.
Stars: ✭ 116 (+65.71%)
Mutual labels:  actions, github-action
action-my-broken-link-checker
A GitHub Action for checking broken links
Stars: ✭ 32 (-54.29%)
Mutual labels:  actions, github-action
overview
Automate your workflows with GitHub actions for MATLAB.
Stars: ✭ 40 (-42.86%)
Mutual labels:  actions, github-action
action-dynamic-readme
~ Dynamic ReadME Generator ~
Stars: ✭ 29 (-58.57%)
Mutual labels:  actions, github-action
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (+947.14%)
Mutual labels:  actions, github-action
qodana-action
⚙️ Scan your Java, Kotlin, PHP, Python, JavaScript, TypeScript projects at GitHub with Qodana
Stars: ✭ 112 (+60%)
Mutual labels:  actions, github-action
standard-action
Github Action to lint with `standard` and friends
Stars: ✭ 15 (-78.57%)
Mutual labels:  actions, github-action
clojure-dependency-update-action
A simple GitHub Actions job to create Pull Requests for outdated dependencies in clojure projects
Stars: ✭ 37 (-47.14%)
Mutual labels:  actions, github-action
github-run-tests-action
mabl Github Actions implementation
Stars: ✭ 39 (-44.29%)
Mutual labels:  actions, github-action
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+100%)
Mutual labels:  actions, github-action
build-godot-action
GitHub action that builds a Godot project for multiple platforms
Stars: ✭ 62 (-11.43%)
Mutual labels:  actions, github-action
clang-format-action
GitHub Action for clang-format checking
Stars: ✭ 48 (-31.43%)
Mutual labels:  actions, github-action
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-64.29%)
Mutual labels:  actions, github-action
aws-assume-role
GitHub action to assume subsequent AWS roles
Stars: ✭ 22 (-68.57%)
Mutual labels:  actions, github-action
setup-jdk
(DEPRECATED) Set up your GitHub Actions workflow with a specific version of AdoptOpenJDK
Stars: ✭ 32 (-54.29%)
Mutual labels:  actions, github-action
nrwl-nx-action
A GitHub Action to wrap Nrwl Nx commands in your workflows.
Stars: ✭ 163 (+132.86%)
Mutual labels:  actions, github-action
ssh2actions
Connect to GitHub Actions VM via SSH for interactive debugging
Stars: ✭ 62 (-11.43%)
Mutual labels:  actions, github-action
misspell-fixer-action
📝Automatically fixes typos and mistakes in your source code and docs!
Stars: ✭ 123 (+75.71%)
Mutual labels:  github-action

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: onramper/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.example.com
    publish_dir: ./public
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].