Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Deploys a webapp to an s3 bucket and then invalidates cloudfront entry

License

NotificationsYou must be signed in to change notification settings

techmmunity/action-deploy-static-webapp-aws

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple utility to deploy an static webapp to AWS S3 bucket and invalidate a cloudfront id. It is that straightforward.

Usage:

Just place this in your code underneath your build action within the steps, update the variables and secrets and that is it.

name:"Deploy To S3"#set whatever name you want to your github jobon:# set the events you would like to trigger this jobpush:branches:[master]jobs:build:runs-on:ubuntu-lateststeps:      -name:Checkoutuses:actions/checkout@v2      -name:Buildrun:# Build the project      -name:Deploy application to AWS S3 and invalidate cloudfront cacheuses:techmmunity/action-deploy-static-webapp-aws@1.0.0id:deploywith:build_path:'./path/to/build/folder'bucket_name:'<AWS BUCKET NAME>'bucket_key:''# Optionaldistribution_invalidation_path:'/*'env:DISTRIBUTION_ID:'<DISTRIBUTION ID>'AWS_REGION:'<AWS REGION>'AWS_ACCESS_KEY_ID:'<AWS_ACCESS_KEY_ID>'AWS_SECRET_ACCESS_KEY:'<AWS_SECRET_ACCESS_KEY>'

About

Deploys a webapp to an s3 bucket and then invalidates cloudfront entry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell95.3%
  • Dockerfile4.7%

[8]ページ先頭

©2009-2025 Movatter.jp