Skip to content

Instantly share code, notes, and snippets.

View eaton-sam's full-sized avatar

Sam Eaton eaton-sam

  • United Kingdom
View GitHub Profile
@eaton-sam
eaton-sam / blazor-wasm-s3-cloudfront.yml
Created June 17, 2020 21:21
Action yml for hosting a blazor wasm app on AWS s3, behind cloudfront. Build, publish, push to s3, force cloudfront cache refresh.
name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: